Home > OS >  How can i test .tflite inference in android app?
How can i test .tflite inference in android app?

Time:10-13

I trained a keras / retinanet model on an object class. I have converted the .h5 model to .tflite and would like to check if the model works in an android application. How can I do?

CodePudding user response:

Here and here are two of many articles on how to use a .tflite model in an Android application. Just follow the instructions.

  • Related