All Questions
1 question
1
vote
2
answers
2k
views
How to convert Tensorflow Object Detection API model to TFLite?
I am trying to convert a Tensorflow Object Detection model(ssd-mobilenet-v2-fpnlite, from TensorFlow 2 Detection Model Zoo) to TFLite. First of all, I train the model using the model_main_tf2.py and ...