Custom model how to
Posted: Tue Jan 20, 2026 2:11 pm
Hello, I hope somebody with some patience can guide me a bit in my project. I have trained and quantized a yolo11n model with my own classes (6 in total). I would like to use a esp32-s3-eye to utilize this model. I am checking the esp-who examples, but I can not find a simple example that used the camera, the model, and returned the bounding boxes to the monitor. I do not need the display. It seems the closest thing is the library who_detect_app_base.hpp, am I right? Or is who_task.hpp?