Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Honey Bee Pollen Detection #358

Merged
merged 3 commits into from
Jul 22, 2023
Merged

Honey Bee Pollen Detection #358

merged 3 commits into from
Jul 22, 2023

Conversation

RAJharsh02
Copy link
Contributor

Pull Request for DL-Simplified 💡

Issue Title : Honey Bee Pollen Detection #346

Closes: #346

Describe the add-ons or changes you've made 📃

Implemented a CNN, DenseNet and VGG16 for image classification to predict whether the given image of honey bee contains pollen or not.
During the honeybee image pollen detection project, several add-ons were incorporated to enhance the overall performance and usability of the model.
Firstly, data augmentation techniques were applied to increase the dataset's diversity, enabling the model to handle variations in image conditions effectively.
Secondly, transfer learning was leveraged using pre-trained VGG16 and DenseNet architectures to expedite training and improve accuracy. Additionally, a post-processing step was implemented, applying a threshold to the model's output probabilities for confident binary predictions.
Updated the README file with detailed instructions and documentation.

Type of change ☑️

What sort of change have you made:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Code style update (formatting, local variables)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested? ⚙️

To keep a clean code and concentrate on one model at a time, I decided to take the approach of creating separate ipynb files for each models. Aside from the model architecture, all models' code adheres to the same process for all other aspects.

The evaluation metrics I used to assess the models:
Accuracy
Loss

Checklist: ☑️

  • My code follows the guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly wherever it was hard to understand.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have added things that prove my fix is effective or that my feature works.
  • Any dependent changes have been merged and published in downstream modules.

@github-actions
Copy link

Our team will soon review your PR. Thanks @RAJharsh02 :)

Copy link
Owner

@abhisheks008 abhisheks008 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything looks pretty good to me, but you need to change the project folder name from Honey-Bee-Pollen-detection to Honey Bee Pollen Detection, no hyphen ('-') should be there in the folder name.

@RAJharsh02

@abhisheks008 abhisheks008 added Status: Requested Changes Changes requested. SSOC Social Summer of Code 2023 labels Jul 22, 2023
@RAJharsh02
Copy link
Contributor Author

@abhisheks008 I have made the required changes. please look at it

Copy link
Owner

@abhisheks008 abhisheks008 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your PR is approved and ready to be merged.
@RAJharsh02

@abhisheks008 abhisheks008 added good first issue Good for newcomers Status: Approved Approved PR by the PA. Level: MEDIUM Points Updated and removed Status: Requested Changes Changes requested. labels Jul 22, 2023
@abhisheks008 abhisheks008 merged commit ded16ee into abhisheks008:main Jul 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers Level: MEDIUM Points Updated SSOC Social Summer of Code 2023 Status: Approved Approved PR by the PA.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Honey Bee Pollen Detection
2 participants