mortenjust / trainer-mac

Trains a model, then generates a complete Xcode project that uses it - no code necessary
124 stars 9 forks source link

"retrained_graph.pb' does not exist" #7

Open samcortez opened 7 years ago

samcortez commented 7 years ago

Hi, I tried to build a sample app following the given instructions and I installed both Git and Docker through the links the app itself gave. I just could't quite make it work completely.

When I try to Train the images it finishes in less than one minute and prints this:

Successfully downloaded inception-2015-12-05.tgz 88931400 bytes. Looking for images in 'cats' Only one valid folder of images found at /tf_files/images/resized - multiple classes are needed for classification. Input graph file '/tf_files/model/retrained_graph.pb' does not exist! - Done. Training took 38.93s

Is there something I am doing wrong or is it a bug related to newer git/docker version?

mortenjust commented 7 years ago

how many foldes with how many images are there in your images folder?

rjsamson commented 7 years ago

i have the same issue - any ideas?

samcortez commented 7 years ago

My folder was named "cats" (if I remembered well) and I just changed to a different name and it worked!? But later when trying to create a XCode project, it kept creating one with missing import statements. I don't know what to do from here.