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 60 forks source link

Added Astroid data, updated label_image.py, readme #48

Closed Dhammer3 closed 5 years ago

Dhammer3 commented 5 years ago

Hello, I added data for the most popular asteroids at NASA right now: Bennu, Chariklo, Eros, Ida, Itokawa, Mathilde, psyche, and vesta. No issues with the image recognition on the new trained model, but it is a little difficult to find a large data set for these objects. I used a photo editor on some of the photos, but it seems a larger data set for some of the asteroids would produce more confident results.

ritwik12 commented 5 years ago

@Dhammer3 Hey, thanks a lot for sending your PR.