heigeo / cordova-plugin-tensorflow

On-device image recognition via TensorFlow/Inception. For Cordova/PhoneGap.
MIT License
57 stars 33 forks source link

Error unzipping file - custom model #7

Open LaionFB opened 7 years ago

LaionFB commented 7 years ago

Hello, I'm getting "Error unzipping file" while loading my own model, I followed this tutorial to create my model: https://www.tensorflow.org/tutorials/image_retraining , and this one to strip my model: https://petewarden.com/2016/09/27/tensorflow-for-mobile-poets/ The problem cannot be the .zip file, since I uploaded my model together with a copy of Inception-v1 and when I try to load it, Inception-v1 runs normally. Any ideas?