I’m using FOMO MobileNetV2 0.1 for object detection. The model works in
Edge Impulse testing (shows centroids), but the deployed Arduino library
returns 0 bounding boxes despite successful 126ms inference.
- Project: Yeriel-Project2
- Board: ESP32-S3 / ESP32-CAM
- Model: FOMO MobileNetV2 0.1, 96x96 grayscale
- Issue: result.bounding_boxes_count = 0 (always)
- Inference runs successfully (non-zero timing)
- Model Testing shows centroids (circles) but not bounding boxes
How do I enable bounding box post-processing in Arduino library export?