Upload ML model to OpenMV M7

Hi,
I want to deploy a smile detector model on OpenMV cam M7 but there is some memory issue, the label and weights file is around 600 kb. So can I deploy the model by using SD card instead?
Thanks

The normal M7 does not have enough RAM to run this, but you can try this: https://www.hackster.io/ishotjr/mega-or-mini-image-classification-on-the-1mb-openmv-cam-h7-be57ac

There’s a new 0.05 model in Edge Impulse that might work out of the box as well. We’ll come out with some updates to our model sizes in the near future that would help too.

Thanks for sharing :slightly_smiling_face: