Hi,
I’m using the example Android app from Build and Deploy a Custom Object Detection.
I’m having problems with the App crashing while using the salad detector model that is trained using the Colab tutorial here:
When using other generic tflite models the app works fine.
Here is an example of a working and not working tflite model
Working - generic-working.tflite - Google Drive
Not Working - salad-detector-not-working.tflite - Google Drive
I have tried turning off compression in the gradle
aaptOptions {
noCompress "generic.tflite"
}
From what I’ve read this might have something to do with colab using the latest version of model maker (rather than 2.5)
Any help on how to get this Collab to work would be greatly appreciated. Or maybe even just inspecting the two tflite models to determine why one works and one doesn’t?
Might is have something to do with the meta data of the files?
Any help, greatly appreciated.
Cheers,
Will