OpenMV deployment for MobileNetV2 SSD object detection?

I’m working on building an object detection model using Edge Impulse and deploying it onto my OpenMV H7 Cam.

I can use my labeled data to train the MobileNetV2 SSD FPN-Lite 320x320 model, however, when I go to the ‘Deployment’ menu, there is no build option for OpenMV availalbe.

However, if I use my same data to train the FOMO MobileNetV2 0.35 model, then there is a OpenMV build option in the ‘Deployment’ menu available.

So, is it the case that OpenMV builds are not available when using the MobileNetV2 model?

Correct, MobileNetV2 SSD models are way too big for the OpenMV cameras.

Good to know, thanks for the quick reply!