tf-faster-rcnn icon indicating copy to clipboard operation
tf-faster-rcnn copied to clipboard

Use TensorFlow Lite in an Android application?

Open guoqiang0148666 opened this issue 6 years ago • 2 comments

Thanks for your sharing code.

l have a problem whether it can be convert to .tflite by using TensorFlow Lite and run the model with the TensorFlow Lite on android platform, l saw in https://github.com/tensorflow/models/issues/4848 says "Faster-RCNN models contain a crop-and-resize step that is not supported in the TFLite run time", please tell me whether it's right? that means the faster rcnn can't running with TensorFlow Lite?

Any suggestions will be welcome.

guoqiang0148666 avatar Feb 27 '19 13:02 guoqiang0148666

i guess it's a yes because when i tried to convert my faster-r-cnn model to tflite it says only ssd model can convert to tflite model. but if you have another way to convert the model please tell me. regards.

ferdinan97 avatar Sep 21 '19 11:09 ferdinan97

Did you solve it?

kangkang59812 avatar Nov 08 '19 14:11 kangkang59812