Object detection using a camS3

I would like to perform object recognition using this product’s camera. If you have any helpful information, please let me know.

Hi @ryusei,

I did not have much luck getting even really small object detection models (e.g. YOLO-tiny) to run on the ESP32-S3. There’s just not enough RAM. Your best bet would probably be to use a constrained object detection model, such as FOMO.

@shawn_edgeimpulse

Thanks for the answer, I will try FOMO.
Is it easy to achieve character recognition instead of object recognition?