-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EXC_BAD_ACCESS error on IOS #30
Comments
Same issue here. Any workaround? |
Any solution over here? I'm facing the same issue :) |
Hey guys, are you using the customized tflite model? It works fine with my machine when I use the default model, but not for the customized models. I think when generating tflite files, the version of tensorflow-lite should be specified. This repo only accepts tensorflow-lite r1.12, which means the tflite file generated by other versions might not match the interpreter. In this case, you may need to replace these files:
|
I'm using custom SSD model (I tried my own and three other models that were trained by users)
They work fine in Android, but in IOS it fails here:
With EXC_BAD_ACCESS
When I use ssd_mobilenet.tflite from model Zoo IOS does not throw error
The text was updated successfully, but these errors were encountered: