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.