endernewton / tf-faster-rcnn

Tensorflow Faster RCNN for Object Detection
https://arxiv.org/pdf/1702.02138.pdf
MIT License
3.65k stars 1.58k forks source link

Use TensorFlow Lite in an Android application? #424

Open guoqiang0148666 opened 5 years ago

guoqiang0148666 commented 5 years ago

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.

ferdinan97 commented 4 years ago

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.

kangkang59812 commented 4 years ago

Did you solve it?