heigeo / cordova-plugin-tensorflow

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

FileTransferError #5

Open mepower2 opened 7 years ago

mepower2 commented 7 years ago

I'm running into issues with File Transfer Error Code 1 on my browser and my IOS device. Below I am initializing the model:

screen shot 2017-08-31 at 1 21 04 pm

Loading the model:

screen shot 2017-08-31 at 1 23 18 pm

And the error: screen shot 2017-08-31 at 1 24 08 pm

I'm guessing it has something to do with how the file is being saved within the browser and the target file but have been unable to fix the issue.

Any Ideas?