llSourcell / tensorflow_image_classifier

TensorFlow Image Classifier Demo by @Sirajology on Youtube
529 stars 286 forks source link

Images shoud be .png files #8

Open RimacV opened 7 years ago

RimacV commented 7 years ago

For anyone who faces the same Problem. I tried to use it with png files. But the code expects jpg files. You can convert your files using imagemagick/mogrify. Maybe this should be added to the readme. Saves time for others.