Can we use Mobilenetv2 model with an ESP32 camera to detect objects?

Question: Can we use Mobilenetv2 model with an ESP32 camera to detect objects?

Hello @soujanyanaidu25,

MobileNetv2 SSD only works on linux targets at the moment (RPI 3/4, Jetson, Ubuntu x86, etc…)

You can use FOMO to detect objects on that board, which is still using the MobileNetv2 backbone though.

Best,

Louis