abhisheks008 / DL-Simplified

Deep Learning Simplified is an Open-source repository, containing beginner to advance level deep learning projects for the contributors, who are willing to start their journey in Deep Learning. Devfolio URL, https://devfolio.co/projects/deep-learning-simplified-f013
https://quine.sh/repo/abhisheks008-DL-Simplified-499023976
MIT License
322 stars 290 forks source link

[Project Addition] Tiger Identification using DL #630

Closed jeet-Abhi123 closed 1 month ago

jeet-Abhi123 commented 1 month ago

Pull Request for DL-Simplified 💡

248 : Tiger Identification using DL

Closes: #248

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

This project utilizes various deep learning models to carry out the tiger Re-ID task. The models employed are DenseNet, VGG16, ResNet50, and EfficientNet. The main goal is to develop and assess these models using a designated training set, followed by testing their effectiveness on a different test set. In the testing phase, each image acts as a query image, while the rest of the images in the test set function as the "gallery" or "database." The outcome for each query is anticipated to be a ranked list of gallery images, highlighting the most probable matches.

Type of change ☑️

What sort of change have you made:

How Has This Been Tested? ⚙️

Describe how it has been tested I have tested the implementation using a separate test dataset and verified the classification accuracy of each model. Additionally, I have compared the results with the expected outcomes to ensure accuracy.

Checklist: ☑️

github-actions[bot] commented 1 month ago

Our team will soon review your PR. Thanks @jeet-Abhi123 :)

jeet-Abhi123 commented 1 month ago

@abhisheks008 Please take a look now.

jeet-Abhi123 commented 1 month ago
  1. Merge all the .ipynb files into a signle file and upload a single Jupyter Notebook file for the project.
  2. Follow the README template, https://github.com/abhisheks008/DL-Simplified/blob/main/.github/readme_template.md
  3. The file name should be README.md not readme.md.
  4. In the Dataset folder update the README file name and put a brief about the dataset instead of just putting the dataset source.

@jeet-Abhi123

@abhisheks008 Is it compulsory to merge all .ipyn files into one because I have seen different projects in your repository which have different models and they are present in different .ipyn files. In case if you didn't like the above statement, merging all the .ipyn and running them again will take a lot of time because each model was taking 40 mins of training.