hollance / MobileNet-CoreML

The MobileNet neural network using Apple's new CoreML framework
706 stars 100 forks source link

Where is synset_words.txt #1

Closed gwangsc closed 7 years ago

gwangsc commented 7 years ago

Could not find the synset_words.txt file.

hollance commented 7 years ago

You only need that to convert the original model to mlmodel format, not to run the app.

In any case, you can download it from here (and many other places): https://github.com/sh1r0/caffe-android-demo/blob/master/app/src/main/assets/synset_words.txt

hollance commented 7 years ago

I also added it to this repo, in the Convert folder.

gwangsc commented 7 years ago

Thanks.