All Questions
1 question
1
vote
0
answers
379
views
How to integrate a custom tensorflow lite client in android
I am trying to reproduce the work defined in tensorflow/models/research to build a custom object detection model to run in android. I am able to get all the way to build a detect.tflite FlatBuffer ...