RED HAT
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?
While it’s possible to run lightweight models on the
ESP32
using frameworks like TensorFlow Lite
for Microcontrollers, you’ll need to heavily optimize the model to fit within the ESP32’s
constraints. This might involve reducing the model size or simplifying the architecture, which could affect accuracy.6 replies