I would like to train a object detection model with Tensorflow on my machine.But when I use Tensorflow Object Detection API create a model (it works very well), I convert the model to int8 tflite, but it can't run on my OpenMV H7 Plus. So I wonder which step wrong, and how can I finish this task.
my model training process is here training
Sincere blessings to those who help me!
to train a object detection model with Tensorflow on my machine