Robert-JunWang/Pelee

How to run Pelee in tensorflow lite on Android: How to generate protobuf or tflite file?

defaultUser3214 opened this issue · 0 comments

Hello,
I would like to know, how you can use the Pelee model on an Android device for classification and object detection (bounding boxes). I have already used the Tensorflow Lite Example App with different models and therefore you needed a .tflite file or at least a .pb file that you had to convert with bazel. Could anyone tell me, how to generate the .tflite file of Pelee or how to run Pelee it on Android? Which role have those pbtxt files in the model directory?
In you paper it is described that you ran the model on an iPhone 8. Could you describe how you did this? Did you use Tensorflow Lite for Apple devices?
Thanks in advance!