Anyone Help Me To Make Object Detection Molel On OpenMV H7 Plus?

65 views Asked by At

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

1

There are 1 answers

1
BehicMV On

Firstly, the AI models contains a lot of "layers" and if you want to run a spesific AI model, you have to run theese layers with your microprocessor. Also, all microprocessors and their firmware can running only spesific layers.


As far as I know, the OpenMV H7 Plus board cannot inference with any object detection model except [FOMO][1] and [MCUNet(TinyEngine)][2]. Because the OpenMV H7 Plus board is compatible with certain layers. Check out this [link][3] for the compatible layers. The non-commented layer names are available for the board. The commented's will be available soon that Mr. Agyeman told so. I can also advice to you [EdgeImpulse][4]'s local training feature.

If you have any questions, I'm here for any help!