Dtynin
DIIDevHeads IoT Integration Server
•Created by wafa_ath on 8/8/2024 in #edge-networking
Is it feasible to run MobileNetV2 for image recognition on an ESP32 with a 320x240 camera feed?
@wafa_ath Running an image recognition model on an ESP32 is doable but comes with some challenges. The ESP32 has limited processing power and memory, so you'll need to optimize models like MobileNetV2 quite a bit. While it can handle a 320x240 resolution, getting it to work in real-time without hardware acceleration is tough.
6 replies