Overview
Real-time object detection using YOLOv3 and OpenCV with Python, running on an ESP32-S3 microcontroller.
Details
A demonstration of real-time object detection using YOLOv3 and OpenCV with Python, deployed on an ESP32-S3 microcontroller. Explores running computer vision inference at the edge on a constrained embedded platform — non-trivial given the memory and compute limits of the hardware.
Repository: simple-object-detection