galaxy-image-classifier-tensorflow icon indicating copy to clipboard operation
galaxy-image-classifier-tensorflow copied to clipboard

Classify whether an image is of a Spiral or an Elliptical Galaxy using Transfer Learning (Tensorflow)

Results 4 galaxy-image-classifier-tensorflow issues
Sort by recently updated
recently updated
newest added

https://github.com/rhnvrm/galaxy-image-classifier-tensorflow/blob/master/galaxy_photos/elliptical/pic_050.jpg This image is in elliptical folder and is a pic of andromeda galaxy which is elliptical. But results are coming to be in favour of spiral.

Can someone please help in how to use this repo? I have installed docker in fedora using `yum installl docker` and when I use > docker run -it -v ~/projects/dump/tf_files/:/tf_files/...

I downloaded a jpg photo and called it "rosa" so I did the following: root@xxxxxxxx:/tf_files# python label_image.py flower_photos/roses/rosa.jpg But this error occurred: Traceback (most recent call last): File "label_image.py", line...