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

Classify Satellites #39 #85

Open zapper-95 opened 2 years ago

zapper-95 commented 2 years ago

I added the satellites Phobos, Tethys, and Ganymede and trained the model on them. I managed to get fairly good confidence values for the model on each of them for the examples shown and an overall test accuracy of 85.7%

tethys ganymede phobos 85 7

zapper-95 commented 2 years ago

@ritwik12 I applied the changes you said about: deleted the .vs and bottleneck folder and added info to display_info and the README in my forked version. I hope this is okay, but if you think there is any more issues please let me know.

ritwik12 commented 2 years ago

@zapper-95 Thanks for that.

There is still problem, I guess while deleting those you deleted a lot of project files too. it is showing 1974 files changed for this PR. please rebase this and add only your changes.