Specification | YOLO-Pro | FOMO | MobileNetV2 SSD FPN |
---|---|---|---|
Labelling method | Bounding boxes | Bounding boxes | Bounding boxes |
Input image size | Multiples of 32 (square) | Any (square) | 320x320 |
Input image colour | RGB | Greyscale or RGB | RGB |
Output format | Bounding boxes | Centroids | Bounding boxes |
MCU inference | ✅ | ✅ | ❌ |
CPU/GPU inference | ✅ | ✅ | ✅ |
Limitations | Currently in developer preview. | Objects should have similar sizes and shapes. | Objects should be large relative to the image. |
Objects should not be too close to each other. | Models use high compute resources (in the edge computing world). | ||
Object size not available. | Input image size is fixed. |