ritwik12 / Celestial-bodies-detection

TensorFlow Image Classifier that can be used to classify whether an image is of a Planet (Earth, Mercury, Mars, etc), Galaxy (Spiral, Elliptical, Irregular), Satellites, Comets, Etc.
https://celestial-bodies-detection.herokuapp.com
GNU General Public License v3.0
84 stars 57 forks source link

Add Training Data #35 - added images of uranus #71

Closed SambhaviPD closed 3 years ago

SambhaviPD commented 3 years ago

@ritwik12 - Added few images of uranus in training folder. Are these okay or you looking for satellite type ones?

ritwik12 commented 3 years ago

@SambhaviPD Thanks, these are good. Few images have issues.

031 is having text, better to remove that to not confuse the model while training.
033 and 036 have earth too in image, lets remove both images.
037 is Neptune not Uranus if I am correct

Please remove these and renumber images.

SambhaviPD commented 3 years ago

@ritwik12 - Incorporated your suggestions and added some more. If these are okay, I can add more, not just uranus, other planets too.

ritwik12 commented 3 years ago

@SambhaviPD Thanks!!

ritwik12 commented 3 years ago

@SambhaviPD Sure, you can add. But I assume you are doing this for learning. I would suggest you developed some script which you can use to find data from the internet. That way you would learn data collection. Manually doing it will do no good to you and I don't want you to waste your precious time doing that.

If not that you can contribute in some other way too in this project, Add something, improve. If you need help you can get that too here.

SambhaviPD commented 3 years ago

@ritwik12 - Yes, I use a piece of python code where I use bing search API to grab images. I just manually scan good ones from the grabbed bunch and then commit them to git. I learn Deep Learning for work (it's an ocean, so learning will never stop), so am quite well versed with the process of Data collection, annotation, and those. Sure, I shall take a deeper look at the repo entirely and suggest my thoughts on improvement and any ideas that I may have. Thanks for your kind words!

ritwik12 commented 3 years ago

@SambhaviPD :)