Verdict

On a Raspberry Pi 5 with the Hailo-8 accelerator, YOLOv9-C leads accuracy at 54.8 mAP@50-95 and 21.2 FPS. The fastest measured model is YOLOX-Tiny at 195.6 FPS and 33.5 mAP. Every row here runs quantized to INT8 on the NPU, so these accuracy numbers are the post-quantization result, not the FP32 figures you would see on a GPU. mAP is shown in percent form.

The Hailo-8 is an INT8 NPU. Weights and activations are quantized to 8-bit before they run on the accelerator, so every mAP below already reflects that conversion. Read the accuracy table as the ceiling for this device, then drop to the speed table for models fast enough to stream. The NPU makes even the accuracy leader usable at real frame rates, which a bare Pi 5 CPU cannot do.

#ModelmAP@50-95FPSms/imageParams (M)License
1YOLOv9-C5477.021.247.0825.5MIT
2YOLOv9-M5330.030.133.2320.1MIT
3YOLO-NAS-L5242.015.464.8967.0non-permissive
4YOLO-NAS-M4735.021.746.0551.1non-permissive
5YOLO-NAS-S4446.039.725.2019.0non-permissive
6YOLOX-M4368.034.828.7625.3Apache-2.0
7YOLOX-S4109.095.810.449.0Apache-2.0
8YOLOX-Tiny3353.0195.65.115.1Apache-2.0
9YOLOv9-S3203.036.327.527.2MIT
10YOLOv9-T2575.076.513.082.0MIT
Top detectors by COCO val2017 mAP@50-95 on Raspberry Pi 5 + Hailo-8 (HailoRT INT8).

The accuracy-speed frontier

Five models hold the measured frontier: YOLOX-Tiny, YOLOX-S, YOLO-NAS-S, YOLOv9-M, and YOLOv9-C. It runs from YOLOX-Tiny at 33.5 mAP and 195.6 FPS up to YOLOv9-C at 54.8 mAP and 21.2 FPS. YOLOv9-M sits close behind the leader at 53.3 mAP while running faster at 30.1 FPS. Anything off this list is beaten on both accuracy and speed by a model on it.

#ModelmAP@50-95FPSms/imageParams (M)License
1YOLOX-Tiny3353.0195.65.115.1Apache-2.0
2YOLOX-S4109.095.810.449.0Apache-2.0
3YOLOv9-T2575.076.513.082.0MIT
4YOLO-NAS-S4446.039.725.2019.0non-permissive
5YOLOv9-S3203.036.327.527.2MIT
6YOLOX-M4368.034.828.7625.3Apache-2.0
7YOLOv9-M5330.030.133.2320.1MIT
8YOLO-NAS-M4735.021.746.0551.1non-permissive
9YOLOv9-C5477.021.247.0825.5MIT
10YOLO-NAS-L5242.015.464.8967.0non-permissive
Fastest detectors on Raspberry Pi 5 + Hailo-8 (HailoRT INT8), by throughput.

Picks by latency budget

Under 50 ms per image, YOLOv9-C is the most accurate option at 54.8 mAP, finishing at 47.08 ms. Because that model already clears the tightest budget here, loosening to 100 or 500 ms buys nothing more accurate: YOLOv9-C stays the pick across all three. If you need headroom for other work on the NPU, YOLOv9-M gives up little at 53.3 mAP and 30.1 FPS, and YOLOX-S trades down to 41.1 mAP for 95.8 FPS. All figures are INT8 on the Hailo-8.

Every number on this page comes from the verified dataset: same 500-image COCO val2017 slice, conf 0.001, IoU 0.6, max 300 detections, pycocotools mAP, identical protocol across all hardware and runtimes. The full protocol is on the methodology page. To rerun this comparison with your own filters, open compare. Accuracy is measured on LibreYOLO retrained checkpoints; other weight sources can yield different values.