cd /news/computer-vision/one-rust-pipeline-20-edge-platforms-… · home topics computer-vision article
[ARTICLE · art-111455] src=discuss.huggingface.co ↗ pub= topic=computer-vision verified=true sentiment=↑ positive

One Rust pipeline, 20 edge platforms: full COCO on device, Parquet predictions and Perfetto traces per run

EdgeFirst published the EdgeFirst Model Zoo on Hugging Face, benchmarking YOLOv5, YOLOv8, YOLO11, and YOLO26 detection and instance segmentation models across 20 edge platforms, including NXP i.MX 8M Plus, i.MX 95, Raspberry Pi 5 with Hailo-8L, Jetson Orin Nano, Qualcomm Hexagon, and Apple Neural Engine. The validation pipeline, built in Rust, runs the full COCO val2017 set (5,000 images) on-device and generates Perfetto traces for each of 837 sessions, revealing that measured throughput (e.g., 55.2 FPS for YOLOv5 Nano on i.MX 95) often exceeds stage-time sums due to runtime overlap.

read1 min views3 publishedAug 25, 2026

We published the EdgeFirst Model Zoo on the Hub: YOLOv5, YOLOv8, YOLO11 and YOLO26, detection and instance segmentation, measured on 20 edge platforms including NXP i.MX 8M Plus and i.MX 95, NXP Ara240, Raspberry Pi 5 with Hailo-8L, Jetson Orin Nano, Qualcomm Hexagon, Apple Neural Engine on macOS and iOS, plus x86, Arm and CUDA references.

The part worth talking about is the validation pipeline, not the leaderboard. It is one Rust pipeline, the same code we ship for deployment, running on every platform above.

Our open source EdgeFirst HAL handles the zero-copy/dma pre-processing and post-processing pipeline. Letterbox resize, normalize and the NHWC to NCHW transpose run in OpenGL and write directly into the execution provider’s DMA-enabled memory, with no intermediate copy. Model decoding and post-processing are on the same path, including a quantized NMS.

The pipeline runs the full COCO val2017 set, all 5000 images, on the device. Accuracy is computed on the target in Rust, all native and on-target.

Every run writes three artifacts, and every cell on every model card links back to the session that produced it:

That is 837 sessions so far.

The traces are why we headline measured throughput rather than dividing into the sum of the stage times. YOLOv5 Nano on i.MX 95 with the eIQ Neutron NPU has per-stage means of 12.8, 12.9 and 18.0 ms. They sum to 43.7 ms, which divides out to roughly 23 FPS. Measured throughput is 55.2 FPS, because the runtime overlaps stages across frames, and the trace shows the run is bound by post-process rather than by the NPU.

Read the introduction article on : Introducing the EdgeFirst Model Zoo

── more in #computer-vision 4 stories · sorted by recency
── more on @edgefirst 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/one-rust-pipeline-20…] indexed:0 read:1min 2026-08-25 ·