wafa_ath
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?
Hello,I have a question about the feasibility of running an image recognition model on an ESP32 to recognize a single specific object, such as a person, using a camera with a live video feed. The images the model will process are 320x240 pixels in resolution. I'm considering using a lightweight model like MobileNetV2. Additionally, I'm curious about whether the ESP32 has any hardware acceleration capabilities for image processing, such as leveraging the ESP-NN library for optimized neural network inference. The power budget for the ESP32 is quite limited, but some delay in recognition is acceptable, though it should not be significant. Given these constraints and requirements, is it realistic to achieve this goal with the ESP32, or should I consider a different approach or hardware?
6 replies