YOLOv8 Detection — EdgeFirst Model Zoo

EdgeFirst Model Zoo

YOLOv8 Detection models trained on COCO 2017 (80 classes) and validated on real edge hardware through the EdgeFirst Profiler + Validator pipeline. Each row in the tables below cites the EdgeFirst Studio validation session (v-XXXX) that produced the measurement.

Part of the EdgeFirst Model Zoo.

Training experiment: View on EdgeFirst Studio — dataset, training configuration, metrics, and exported artifacts.

Anchor-free DFL detection head. Detection and instance-segmentation variants.


Reference accuracy — ONNX FP32

Accuracy ceiling for each size, measured against COCO val2017 (5,000 images) with pycocotools. Quantized and compiled artifacts (TFLite INT8, HEF, etc.) are graded against this reference per the EdgeFirst publication rule.

Size Params GFLOPs mAP@0.5 mAP@0.5-0.95 mAP@0.75 Source
Nano 3.2M 8.9 50.49% 35.83% 38.83% v-e89
Small 11.2M 28.8 59.40% 43.21% 46.68% v-e8d
Medium 25.9M 79.3 64.68% 48.45% 52.62% v-e8e
Large 43.7M 165.7 — — — —
XLarge 68.2M 258.5 — — — —

Sizes. The EdgeFirst Model Zoo currently validates Nano, Small, and Medium. The Large and XLarge variants are not evaluated at this time — their parameter and GFLOP counts are listed above for reference, with accuracy shown as —.

Accuracy methodology & relation to Ultralytics

Every model in this zoo uses the official Ultralytics pretrained weights, byte-for-byte — there is no re-training. These are the same models Ultralytics ships, measured on the deployment-realistic path: a fixed-input ONNX graph (square letterbox, rect=False), stock pycocotools AP@[maxDets=100], and COCO crowd regions scored as normal detections. Ultralytics' headline COCO numbers use their internal validator (rectangular inference, crowd-ignored, maxDets=300), so a small, fully-explained offset on identical weights is expected — not an accuracy deficit.

Reconciling nano detection (COCO val2017, mAP@0.5:0.95, FP32):

Source Nano mAP@0.5:0.95 What it measures
EdgeFirst (this zoo) 35.83% Full deployment path — fixed-input ONNX + pycocotools
Ultralytics-validator proxy 36.71% Portable re-implementation of the Ultralytics validator
Ultralytics (official) 37.3% Ultralytics' published COCO figure

The ~1 pp spread decomposes into a ~0.6–0.7 pp methodology leg (square-letterbox / crowd / maxDets) and a ~0.5–0.9 pp deployment-decode leg. The methodology leg is measured, not assumed: a rect=True + crowd-ignored parity pass reproduces the official figure (e.g. YOLOv5n → 34.4 vs 34.3 official). The decode leg shrinks toward zero for the NMS-free YOLO26, which already matches its official number. None of the offset reflects a weight or training difference.


On-target validation results

Each row is one EdgeFirst Studio validation session. Click the Source link to inspect the full session — model artifact, dataset version, parameters, per-stage Perfetto trace, and the host hardware description (hostname, kernel version, SoC, NPU, profiler version).

Row conventions in the table below:

  • Rows whose Δ cell reads ref are the float reference runs each quantized/compiled measurement is graded against.
  • Rows without a number under the metric columns are validation sessions currently in progress, or a session not yet linked to its ONNX FP32 reference. The Studio Source link tracks the current status.
  • Rows whose Δ vs FP32 cell carries a âš  are below our accuracy expectations for that platform (more than 10 percentage points under the float reference). The numbers are real measurements on real hardware, reproducible from the linked Studio session, and we publish them as-is; we are investigating the results to make improvements, and the next snapshot of this card will reflect any recovered accuracy.
  • Precision varies by target: the ONNX reference rows are FP32; macOS CoreML and NVIDIA Jetson TensorRT run FP16; the NXP i.MX 8M Plus, NXP i.MX 95 Neutron, and Hailo NPUs run INT8. The NXP Ara240 DNPU runs a mixed INT8/INT16 scheme — most of the model is INT8, with the box-regression path (and the ops feeding it) promoted to INT16 to improve localization accuracy.
  • Decoder variants. EdgeFirst ships three INT8 split-decoders — smart, logical, and combined (described under Decode below). Every one we have measured is listed; none is headlined over another, because which one wins is a property of the target, not of the variant. Full converter documentation: EdgeFirst model conversion — these are the converters used by this Model Zoo and the EdgeFirst Performance Index report.
  • Runtime. Which inference stack executed the model. It is a column of its own because one accelerator can be reached by more than one: on Qualcomm Hexagon HTP, ONNX · QNN EP is an ONNX Runtime EPContext binary while LiteRT is the LiteRT + QNN delegate path, and the two produce measurably different pipelines from the same weights on the same silicon. Compare rows that share a size, platform, precision, and decode to read that difference directly.
  • Decode. What the exported graph emits, and therefore what your application has to do with it. Logical keeps the head's outputs separate and named — boxes, scores, and for segmentation the mask prototypes and coefficients — so reading them needs no decoder beyond taking the tensors as they come. Smart cuts the graph further upstream, at a point chosen by dynamic range and sliceability: the operations that quantize worst are lifted out of the model and run outside it, which is what recovers the accuracy, and which is why it needs a decoder implementing that cut (in EdgeFirst deployments, the HAL provides it). Combined fuses the decode into the quantized graph — the standard upstream export. It is the least accurate of the three by construction, and the EdgeFirst converters do not emit it for quantized targets; rows appear only where one was measured. Compare rows sharing a size and platform to see what the cut buys on your target — on detection it is often small, on quantized segmentation masks it is usually decisive. A — means the run carries no quantized decode split at all (float ONNX / TensorRT / CoreML).
  • Rows are not ranked. Where a size and platform appear more than once, the rows are competing configurations — a different runtime, precision, decode variant, pipeline mode, or board — not duplicates. Only genuinely repeated measurements of the same configuration are collapsed, newest first.
  • Platform-label suffixes. (FRDM) / (Phytec) name the NXP i.MX 95 development board a session ran on. — latency / — throughput mark the two pipeline configurations the NXP i.MX 95 Neutron and NXP Ara240 targets run: the latency pipeline runs inference serially for the lowest per-frame latency; the throughput pipeline runs multiple inference workers for the highest FPS, which raises per-call inference time in exchange. Rows with neither suffix run a single pipeline.
  • End-to-end (ms) is the sequential per-image latency of the compute pipeline — preprocess → inference → postprocess. Image acquisition (camera or file load + JPEG decode) overlaps these stages and is excluded from this figure.
  • Realized FPS vs Core-throughput ceiling (FPS). Realized FPS is the measured steady-state throughput — the rate at which final results are actually delivered over the full validation pipeline. It normally exceeds 1000 / end-to-end because the runtime overlaps stages across frames, and it is the true, priority number. Core-throughput ceiling (FPS) (shown with a ~) is the accelerator's core ceiling — 1000 / device-compute-time, the rate the NPU/DNPU could sustain if it were the only bottleneck — so it is a possibly-achievable note, not a claim. It is read from the isolated device-compute stage, which (unlike the host capture/preprocess stages, whose measured time inflates when the pipeline is backpressured) is stable and load-independent. Whether a deployment approaches it depends on the surrounding pipeline, and two levers dominate: (1) host bottlenecks — these validation runs decode a JPEG per image, whereas a live camera pipeline skips that decode and can run closer to the ceiling; and (2) confidence threshold — validation runs at 0.001 to capture every detection for mAP, which makes NMS/decode heavy, while a deployment threshold of 0.25–0.75 produces far fewer candidate boxes and lighter postprocessing, raising realized FPS toward the ceiling.
Size Platform Runtime Decode mAP@0.5 Δ vs FP32 (pp) mAP@0.5-0.95 Inference (ms) End-to-end (ms) Realized FPS Core-throughput ceiling (FPS) Source
Nano ONNX FP32 (AWS Graviton · 4-core) ONNX — 50.54% +0.05 35.85% 273.95 283.13 14.4 ~4 v-e57
Nano ONNX FP32 (AWS Graviton4 · 8-core) ONNX — 50.54% +0.05 35.85% 232.86 239.57 33.9 ~4 v-e6d
Nano ONNX FP32 (AWS Graviton4 · 48-core) ONNX — 50.54% +0.05 35.86% 79.20 91.32 157.6 ~13 v-e69
Nano ONNX FP32 (Intel Core i9-13900F · 32-core) ONNX — 50.49% +0.00 35.83% 38.01 49.96 71.6 ~72 v-a46
Nano ONNX FP32 (Intel Xeon Platinum 8488C · 24-core) ONNX — 50.49% +0.00 35.83% 74.88 96.12 148.5 ~13 v-e84
Nano ONNX FP32 (Intel Xeon Platinum 8488C · 4-core) ONNX — 50.49% +0.00 35.82% 136.60 147.24 55.3 ~7 v-e78
Nano ONNX FP32 (CUDA) ONNX — 50.49% ref 35.83% 7.32 16.39 319.8 ~320 v-e89
Nano ONNX FP32 (CUDA) ONNX — 50.49% +0.00 35.83% 8.04 13.22 350.5 ~350 v-a88
Nano ONNX FP16 (CUDA) ONNX — 50.49% +0.00 35.79% 6.23 11.70 457.3 ~457 v-a9d
Nano ONNX FP32 ONNX — 50.49% +0.00 35.82% 37.75 55.49 96.0 ~27 v-cd2
Nano ONNX FP32 ONNX — 50.54% +0.05 35.85% 29.85 40.21 130.3 ~34 v-cd0
Nano ONNX FP32 ONNX — 50.54% +0.05 35.85% 39.30 46.42 25.2 ~26 v-ccc
Nano ONNX FP32 ONNX — 50.49% +0.00 35.82% 39.49 48.59 23.1 ~26 v-ccb
Nano Apple M2 Max — CoreML Neural Engine (FP16) ONNX — 50.12% -0.37 35.52% 1.80 5.26 791.0 ~744 v-9cd
Nano Apple M2 Max — CoreML Metal GPU (FP16) ONNX — 50.13% -0.36 35.52% 6.00 9.73 445.0 ~445 v-9ce
Nano Apple M2 Max — CoreML CPU (FP16) ONNX — 50.14% -0.35 35.50% 15.93 19.96 117.5 ~117 v-9cf
Nano Apple iPhone 17 Pro — CoreML Neural Engine (FP16) ONNX — 50.11% -0.38 35.52% 2.15 6.31 733.2 ~337 v-f4f
Nano Apple iPhone 17 Pro — CoreML Metal GPU (FP16) ONNX — 50.13% -0.36 35.49% 5.18 9.32 349.1 ~193 v-f46
Nano Apple iPhone 17 Pro — CoreML CPU (FP16) ONNX — 50.14% -0.35 35.49% 18.37 24.79 103.8 ~54 v-f30
Nano Apple iPhone 15 Pro — CoreML Neural Engine (FP16) ONNX — 50.10% -0.39 35.51% 2.08 10.06 600.6 ~175 v-f0c
Nano Apple iPhone 15 Pro — CoreML Metal GPU (FP16) ONNX — 50.12% -0.37 35.51% 17.67 22.21 107.8 ~57 v-f0f
Nano Apple iPhone 15 Pro — CoreML CPU (FP16) ONNX — 50.13% -0.36 35.50% 23.42 32.11 80.8 ~43 v-f10
Nano Samsung Galaxy S26 Ultra — Qualcomm Hexagon NPU (INT8) ONNX · QNN EP Smart 48.46% -2.03 33.86% 1.69 17.41 230.4 ~234 v-1073
Nano Samsung Galaxy S26 Ultra — Qualcomm Hexagon NPU (INT8) ONNX · QNN EP Logical 46.37% -4.12 31.13% 2.03 8.12 644.5 ~652 v-1074
Nano Samsung Galaxy S26 Ultra — Qualcomm Hexagon NPU (INT16) ONNX · QNN EP Smart 50.32% -0.17 35.49% 3.74 18.39 230.7 ~234 v-106f
Nano Samsung Galaxy S26 Ultra — Qualcomm Hexagon NPU (INT16) ONNX · QNN EP Logical 49.34% -1.15 34.58% 6.15 15.35 297.7 ~316 v-1071
Nano Samsung Galaxy S26 Ultra — Qualcomm Hexagon NPU (INT8) LiteRT Smart 49.69% -0.80 35.01% 3.59 17.34 238.3 ~243 v-1054
Nano Samsung Galaxy S26 Ultra — CPU LiteRT Smart 49.70% -0.79 35.01% 62.67 86.45 84.2 ~16 v-1056
Nano NXP i.MX 8M Plus + VeriSilicon NPU (FRDM) LiteRT Combined 47.24% -3.25 32.01% 66.97 100.70 12.9 ~15 v-8c1
Nano NXP i.MX 8M Plus + VeriSilicon NPU (FRDM) LiteRT Logical 47.24% -3.25 32.01% 66.69 100.43 13.0 ~15 v-8c4
Nano NXP i.MX 8M Plus + VeriSilicon NPU (FRDM) LiteRT Smart 49.36% -1.13 34.78% 61.10 113.47 13.9 ~16 v-8c7
Nano NXP i.MX 8M Plus + VeriSilicon NPU (Verdin) LiteRT Logical 47.24% -3.25 32.01% 67.58 110.07 12.8 ~15 v-c7b
Nano NXP i.MX 8M Plus + VeriSilicon NPU (Verdin) LiteRT Smart 49.36% -1.13 34.78% 61.80 133.21 13.8 ~16 v-c7a
Nano NXP i.MX 95 + eIQ Neutron NPU — latency LiteRT Smart 49.77% -0.72 35.10% 14.38 39.75 59.5 ~64 v-e34
Nano NXP i.MX 95 + eIQ Neutron NPU — throughput LiteRT Smart 49.77% -0.72 35.11% 92.81 127.39 75.6 ~49 v-e35
Nano NXP i.MX 95 + eIQ Neutron NPU (FRDM) — latency LiteRT Logical 47.38% -3.11 32.08% 44.44 59.21 21.6 ~22 v-a3d
Nano NXP i.MX 95 + eIQ Neutron NPU (FRDM) — latency LiteRT Combined 47.38% -3.11 32.08% 43.90 58.62 21.8 ~22 v-a3b
Nano NXP i.MX 95 + eIQ Neutron NPU (FRDM) — throughput LiteRT Logical 47.38% -3.11 32.08% 60.72 80.24 62.6 ~63 v-a3e
Nano NXP i.MX 95 + eIQ Neutron NPU (FRDM) — throughput LiteRT Combined 47.38% -3.11 32.08% 60.94 80.03 62.5 ~62 v-a3c
Nano NXP i.MX 95 + eIQ Neutron NPU (Verdin) — latency LiteRT Smart 49.77% -0.72 35.10% 14.78 41.93 57.4 ~62 v-e23
Nano NXP i.MX 95 + eIQ Neutron NPU (Verdin) — latency LiteRT Logical 47.71% -2.78 32.40% 40.83 52.67 23.5 ~24 v-bc9
Nano NXP i.MX 95 + eIQ Neutron NPU (Verdin) — throughput LiteRT Smart 49.78% -0.71 35.10% 91.09 129.24 74.0 ~47 v-e0a
Nano NXP Ara240 (FRDM) — latency Ara DVM Smart 46.63% -3.86 32.13% 6.46 18.54 127.9 ~131 v-a12
Nano NXP Ara240 (FRDM) — throughput Ara DVM Smart 46.63% -3.86 32.13% 6.87 49.38 210.8 ~298 v-a13
Nano Raspberry Pi 5 + Hailo-8L NPU Hailo HEF — 49.80% -0.69 35.22% 13.20 24.86 64.9 ~65 v-8df
Nano NVIDIA Jetson Orin Nano (TensorRT FP16) TensorRT — 50.50% +0.01 35.79% 11.93 26.90 259.7 ~259 v-91a
Small ONNX FP32 (AWS Graviton · 4-core) ONNX — 59.37% -0.03 43.18% 800.24 809.83 5.0 ~1 v-e5a
Small ONNX FP32 (AWS Graviton4 · 8-core) ONNX — 59.37% -0.03 43.18% 657.27 663.61 12.1 ~2 v-e75
Small ONNX FP32 (AWS Graviton4 · 48-core) ONNX — 59.37% -0.03 43.18% 216.01 227.07 59.0 ~5 v-e70
Small ONNX FP32 (Intel Core i9-13900F · 32-core) ONNX — 59.40% +0.00 43.22% 94.66 106.27 29.8 ~30 v-a4d
Small ONNX FP32 (Intel Xeon Platinum 8488C · 24-core) ONNX — 59.40% +0.00 43.21% 180.67 202.24 68.3 ~6 v-e6e
Small ONNX FP32 (Intel Xeon Platinum 8488C · 4-core) ONNX — 59.40% +0.00 43.22% 414.03 424.50 19.1 ~2 v-e77
Small ONNX FP32 (CUDA) ONNX — 59.40% ref 43.21% 11.25 20.20 300.1 ~300 v-e8d
Small ONNX FP32 (CUDA) ONNX — 59.40% +0.00 43.22% 15.48 20.84 204.5 ~204 v-a8f
Small ONNX FP16 (CUDA) ONNX — 59.37% -0.03 43.19% 10.64 16.31 299.3 ~299 v-aa4
Small ONNX FP32 ONNX — 59.37% -0.03 43.18% 73.55 83.57 54.0 ~14 v-cda
Small ONNX FP32 ONNX — 59.37% -0.03 43.18% 103.65 110.89 9.6 ~10 v-cd6
Small ONNX FP32 ONNX — 59.40% +0.00 43.21% 65.52 73.86 14.7 ~15 v-cd5
Small ONNX FP32 ONNX — 59.40% +0.00 43.21% 70.28 89.27 54.1 ~14 v-cd3
Small Apple M2 Max — CoreML Neural Engine (FP16) ONNX — 58.80% -0.60 42.78% 5.01 8.46 342.6 ~344 v-9ed
Small Apple M2 Max — CoreML Metal GPU (FP16) ONNX — 58.82% -0.58 42.73% 15.93 19.52 178.9 ~179 v-9ee
Small Apple M2 Max — CoreML CPU (FP16) ONNX — 58.83% -0.57 42.70% 32.00 36.09 60.1 ~60 v-9ef
Small Apple iPhone 17 Pro — CoreML Neural Engine (FP16) ONNX — 58.82% -0.58 42.76% 5.97 9.47 298.7 ~167 v-f55
Small Apple iPhone 17 Pro — CoreML Metal GPU (FP16) ONNX — 58.82% -0.58 42.74% 17.53 21.65 108.9 ~57 v-f4b
Small Apple iPhone 17 Pro — CoreML CPU (FP16) ONNX — 58.82% -0.58 42.71% 45.12 51.77 43.3 ~22 v-f37
Small Apple iPhone 15 Pro — CoreML Neural Engine (FP16) ONNX — 58.80% -0.60 42.77% 8.61 15.14 204.6 ~116 v-f14
Small Apple iPhone 15 Pro — CoreML Metal GPU (FP16) ONNX — 58.82% -0.58 42.75% 50.56 62.75 37.4 ~20 v-f1e
Small Apple iPhone 15 Pro — CoreML CPU (FP16) ONNX — 58.82% -0.58 42.72% 59.30 68.00 32.9 ~17 v-f20
Small Samsung Galaxy S26 Ultra — Qualcomm Hexagon NPU (INT8) ONNX · QNN EP Smart 59.24% -0.16 42.72% 2.08 14.59 281.5 ~286 v-1078
Small Samsung Galaxy S26 Ultra — Qualcomm Hexagon NPU (INT8) ONNX · QNN EP Logical 56.04% -3.36 38.21% 2.98 8.34 569.9 ~587 v-1079
Small Samsung Galaxy S26 Ultra — Qualcomm Hexagon NPU (INT16) ONNX · QNN EP Smart 60.04% +0.64 43.44% 4.00 22.03 198.9 ~202 v-1075
Small Samsung Galaxy S26 Ultra — Qualcomm Hexagon NPU (INT16) ONNX · QNN EP Logical 59.10% -0.30 42.58% 6.14 15.86 286.4 ~311 v-1077
Small Samsung Galaxy S26 Ultra — Qualcomm Hexagon NPU (INT8) LiteRT Smart 59.25% -0.15 42.83% 5.65 20.39 204.7 ~212 v-105f
Small Samsung Galaxy S26 Ultra — CPU LiteRT Smart 59.37% -0.03 42.80% 151.32 178.62 37.2 ~7 v-1068
Small NXP i.MX 8M Plus + VeriSilicon NPU (FRDM) LiteRT Combined 55.89% -3.51 38.36% 122.49 156.10 7.5 ~8 v-93a
Small NXP i.MX 8M Plus + VeriSilicon NPU (FRDM) LiteRT Logical 55.89% -3.51 38.36% 122.22 155.77 7.5 ~8 v-93c
Small NXP i.MX 8M Plus + VeriSilicon NPU (FRDM) LiteRT Smart 58.80% -0.60 42.45% 116.71 168.28 7.8 ~8 v-93f
Small NXP i.MX 8M Plus + VeriSilicon NPU (Verdin) LiteRT Logical 55.89% -3.51 38.36% 123.80 166.17 7.4 ~8 v-c8d
Small NXP i.MX 8M Plus + VeriSilicon NPU (Verdin) LiteRT Smart 58.80% -0.60 42.45% 118.00 188.67 7.8 ~8 v-c8c
Small NXP i.MX 95 + eIQ Neutron NPU — latency LiteRT Smart 59.43% +0.03 42.91% 38.31 72.47 25.1 ~25 v-e3b
Small NXP i.MX 95 + eIQ Neutron NPU — throughput LiteRT Smart 59.42% +0.02 42.91% 290.23 323.56 27.3 ~27 v-e3c
Small NXP i.MX 95 + eIQ Neutron NPU (FRDM) — latency LiteRT Smart 58.62% -0.78 42.29% 39.46 74.22 23.4 ~24 v-902
Small NXP i.MX 95 + eIQ Neutron NPU (FRDM) — latency LiteRT Logical 55.76% -3.64 38.21% 75.65 91.36 12.8 ~13 v-8ff
Small NXP i.MX 95 + eIQ Neutron NPU (FRDM) — latency LiteRT Combined 55.76% -3.64 38.21% 75.69 91.24 12.8 ~13 v-8fc
Small NXP i.MX 95 + eIQ Neutron NPU (FRDM) — throughput LiteRT Smart 58.62% -0.78 42.29% 146.86 182.46 26.4 ~26 v-903
Small NXP i.MX 95 + eIQ Neutron NPU (FRDM) — throughput LiteRT Logical 55.76% -3.64 38.21% 146.16 161.70 27.0 ~27 v-901
Small NXP i.MX 95 + eIQ Neutron NPU (FRDM) — throughput LiteRT Combined 55.76% -3.64 38.21% 145.91 161.37 27.1 ~27 v-8fe
Small NXP i.MX 95 + eIQ Neutron NPU (Phytec) — throughput LiteRT Smart 58.62% -0.78 42.29% 141.60 174.37 27.4 ~27 v-8f3
Small NXP i.MX 95 + eIQ Neutron NPU (Verdin) — latency LiteRT Smart 59.42% +0.02 42.91% 38.45 73.13 25.0 ~25 v-e24
Small NXP i.MX 95 + eIQ Neutron NPU (Verdin) — latency LiteRT Logical 56.49% -2.91 38.78% 64.58 76.99 15.1 ~15 v-bd7
Small NXP i.MX 95 + eIQ Neutron NPU (Verdin) — throughput LiteRT Smart 59.43% +0.03 42.90% 294.17 329.36 26.9 ~27 v-e11
Small NXP Ara240 (FRDM) — latency Ara DVM Smart 56.72% -2.68 39.83% 10.12 22.27 87.4 ~88 v-a20
Small NXP Ara240 (FRDM) — throughput Ara DVM Smart 56.70% -2.70 39.81% 10.27 24.17 142.4 ~142 v-a21
Small Raspberry Pi 5 + Hailo-8L NPU Hailo HEF — 58.52% -0.88 42.34% 30.36 45.07 28.8 ~29 v-8ec
Small NVIDIA Jetson Orin Nano (TensorRT FP16) TensorRT — 59.38% -0.02 43.15% 24.62 37.12 157.5 ~157 v-922
Medium ONNX FP32 (AWS Graviton · 4-core) ONNX — 64.70% +0.02 48.46% 2671.61 2687.79 1.5 ~0 v-e5c
Medium ONNX FP32 (AWS Graviton4 · 48-core) ONNX — 64.70% +0.02 48.46% 552.57 563.48 23.1 ~2 v-e85
Medium ONNX FP32 (AWS Graviton4 · 8-core) ONNX — 64.70% +0.02 48.46% 1706.42 1712.42 4.7 ~1 v-e6c
Medium ONNX FP32 (Intel Core i9-13900F · 32-core) ONNX — 64.68% +0.00 48.44% 243.22 255.15 11.8 ~12 v-a54
Medium ONNX FP32 (Intel Xeon Platinum 8488C · 24-core) ONNX — 64.68% +0.00 48.44% 438.65 459.61 28.3 ~2 v-e68
Medium ONNX FP32 (Intel Xeon Platinum 8488C · 4-core) ONNX — 64.68% +0.00 48.44% 962.24 971.48 8.3 ~1 v-e7b
Medium ONNX FP32 (CUDA) ONNX — 64.68% ref 48.45% 23.84 31.81 157.3 ~157 v-e8e
Medium ONNX FP32 (CUDA) ONNX — 64.68% +0.00 48.45% 43.49 49.46 78.5 ~78 v-a96
Medium ONNX FP16 (CUDA) ONNX — 64.68% +0.00 48.40% 23.13 29.44 147.7 ~148 v-aab
Medium ONNX FP32 ONNX — 64.70% +0.02 48.46% 258.20 265.50 3.9 ~4 v-cdb
Medium ONNX FP32 ONNX — 64.68% +0.00 48.44% 159.36 178.18 24.4 ~6 v-cd9
Medium ONNX FP32 ONNX — 64.70% +0.02 48.46% 178.38 188.38 22.4 ~6 v-cd7
Medium ONNX FP32 ONNX — 64.68% +0.00 48.44% 150.86 158.90 6.5 ~7 v-cd4
Medium Apple M2 Max — CoreML Neural Engine (FP16) ONNX — 63.82% -0.86 47.68% 13.41 17.27 140.9 ~142 v-75e
Medium Apple M2 Max — CoreML Metal GPU (FP16) ONNX — 63.82% -0.86 47.70% 37.93 42.15 77.0 ~77 v-768
Medium Apple M2 Max — CoreML CPU (FP16) ONNX — 63.87% -0.81 47.68% 61.61 65.71 31.8 ~32 v-9dd
Medium Apple iPhone 17 Pro — CoreML Neural Engine (FP16) ONNX — 63.82% -0.86 47.68% 14.26 19.28 132.6 ~70 v-f5a
Medium Apple iPhone 17 Pro — CoreML Metal GPU (FP16) ONNX — 63.81% -0.87 47.69% 37.08 46.29 51.8 ~27 v-f58
Medium Apple iPhone 17 Pro — CoreML CPU (FP16) ONNX — 63.85% -0.83 47.67% 107.09 113.74 18.5 ~9 v-f40
Medium Apple iPhone 15 Pro — CoreML Neural Engine (FP16) ONNX — 63.82% -0.86 47.69% 21.73 27.54 87.6 ~46 v-f1d
Medium Apple iPhone 15 Pro — CoreML Metal GPU (FP16) ONNX — 63.82% -0.86 47.69% 133.87 149.08 14.5 ~7 v-f2a
Medium Apple iPhone 15 Pro — CoreML CPU (FP16) ONNX — 63.84% -0.84 47.66% 142.21 151.93 13.9 ~7 v-f2d
Medium Samsung Galaxy S26 Ultra — Qualcomm Hexagon NPU (INT8) ONNX · QNN EP Smart 64.35% -0.33 47.83% 3.67 17.26 252.8 ~257 v-107d
Medium Samsung Galaxy S26 Ultra — Qualcomm Hexagon NPU (INT8) ONNX · QNN EP Logical 61.28% -3.40 43.10% 5.56 10.91 345.9 ~358 v-107e
Medium Samsung Galaxy S26 Ultra — Qualcomm Hexagon NPU (INT16) ONNX · QNN EP Smart 65.29% +0.61 48.73% 10.71 32.95 130.1 ~132 v-107a
Medium Samsung Galaxy S26 Ultra — Qualcomm Hexagon NPU (INT16) ONNX · QNN EP Logical 64.32% -0.36 47.78% 15.03 25.93 129.1 ~133 v-107c
Medium Samsung Galaxy S26 Ultra — Qualcomm Hexagon NPU (INT8) LiteRT Smart 64.31% -0.37 47.89% 15.96 29.21 120.8 ~125 v-106a
Medium Samsung Galaxy S26 Ultra — CPU LiteRT Smart 64.51% -0.17 48.01% 379.24 405.47 15.5 ~3 v-107b
Medium NXP i.MX 8M Plus + VeriSilicon NPU (FRDM) LiteRT Combined 60.40% -4.28 42.66% 228.25 261.97 4.2 ~4 v-97d
Medium NXP i.MX 8M Plus + VeriSilicon NPU (FRDM) LiteRT Logical 60.40% -4.28 42.66% 227.98 261.66 4.2 ~4 v-980
Medium NXP i.MX 8M Plus + VeriSilicon NPU (FRDM) LiteRT Smart 63.49% -1.19 47.22% 222.33 274.39 4.3 ~4 v-983
Medium NXP i.MX 8M Plus + VeriSilicon NPU (Verdin) LiteRT Logical 60.40% -4.28 42.66% 230.67 273.06 4.1 ~4 v-c9f
Medium NXP i.MX 8M Plus + VeriSilicon NPU (Verdin) LiteRT Smart 63.49% -1.19 47.22% 224.40 295.86 4.2 ~4 v-c9e
Medium NXP i.MX 95 + eIQ Neutron NPU — latency LiteRT Smart 64.80% +0.12 48.18% 100.84 147.61 9.8 ~10 v-e40
Medium NXP i.MX 95 + eIQ Neutron NPU — throughput LiteRT Smart 64.80% +0.12 48.18% 793.68 838.46 10.0 ~10 v-e41
Medium NXP i.MX 95 + eIQ Neutron NPU (FRDM) — latency LiteRT Smart 63.51% -1.17 47.11% 101.26 135.73 9.5 ~10 v-974
Medium NXP i.MX 95 + eIQ Neutron NPU (FRDM) — latency LiteRT Logical 60.37% -4.31 42.68% 135.61 150.21 7.3 ~7 v-971
Medium NXP i.MX 95 + eIQ Neutron NPU (FRDM) — latency LiteRT Combined 60.37% -4.31 42.68% 135.40 149.92 7.3 ~7 v-96e
Medium NXP i.MX 95 + eIQ Neutron NPU (FRDM) — throughput LiteRT Smart 63.51% -1.17 47.11% 393.79 429.57 10.0 ~10 v-976
Medium NXP i.MX 95 + eIQ Neutron NPU (FRDM) — throughput LiteRT Logical 60.37% -4.31 42.68% 392.63 409.01 10.1 ~10 v-973
Medium NXP i.MX 95 + eIQ Neutron NPU (FRDM) — throughput LiteRT Combined 60.37% -4.31 42.68% 392.42 408.62 10.1 ~10 v-96f
Medium NXP i.MX 95 + eIQ Neutron NPU (Phytec) — throughput LiteRT Smart 63.51% -1.17 47.11% 387.27 419.61 10.2 ~10 v-94f
Medium NXP i.MX 95 + eIQ Neutron NPU (Verdin) — latency LiteRT Smart 64.80% +0.12 48.19% 100.09 147.50 9.9 ~10 v-e25
Medium NXP i.MX 95 + eIQ Neutron NPU (Verdin) — latency LiteRT Logical 61.65% -3.03 43.55% 126.27 138.71 7.8 ~8 v-be5
Medium NXP i.MX 95 + eIQ Neutron NPU (Verdin) — throughput LiteRT Smart 64.79% +0.11 48.18% 784.87 832.59 10.2 ~10 v-e18
Medium NXP Ara240 (FRDM) — latency Ara DVM Smart 60.01% -4.67 42.67% 21.57 33.60 43.8 ~44 v-a2e
Medium NXP Ara240 (FRDM) — throughput Ara DVM Smart 59.99% -4.69 42.66% 21.56 34.45 54.1 ~54 v-a2f
Medium Raspberry Pi 5 + Hailo-8L NPU Hailo HEF — 63.88% -0.80 47.67% 56.26 71.51 16.9 ~17 v-90a
Medium NVIDIA Jetson Orin Nano (TensorRT FP16) TensorRT — 64.67% -0.01 48.41% 52.44 64.24 75.3 ~75 v-92b

Validation pipeline

These results are produced by the EdgeFirst on-target validation pipeline:

  1. EdgeFirst Profiler runs on the target hardware, executes the full inference pipeline (image load → decode → preprocess → inference → postprocess), and emits per-image predictions in EdgeFirst Arrow/Parquet plus a Perfetto trace.
  2. EdgeFirst Validator consumes the predictions and trace, computes pycocotools accuracy metrics and per-stage timing summaries, and publishes the results to the Studio validation session.
  3. EdgeFirst HAL (open source) provides the hardware-accelerated preprocessing and post-decoding primitives used at both validation and deployment time, so the timings measured here reflect the same accelerated paths a production runtime would take.

Inference latency is reported as the on-accelerator inference time. End-to-end latency is the sequential per-image latency across the compute pipeline — preprocessing, inference, and postprocessing; image acquisition (file or camera load and JPEG decode) overlaps these stages and is excluded from this figure.

Two throughput figures are reported. Realized FPS is the measured steady-state rate at which final results are emitted, measured directly from the profiler's per-frame result-emission timestamps over the steady-state stream — trace-independent; the Perfetto trace's own FPS is used only as a fallback on sessions where that scalar isn't available. It is the true, priority number and generally exceeds 1000 / end-to-end because the runtime overlaps stages across frames. Core-throughput ceiling (FPS) is the accelerator's core ceiling — 1000 / device-compute-time, i.e. the throughput if the accelerator were the only bottleneck. It is taken from the isolated device-compute stage (on transfer-split runtimes the trace separates host↔device transfers from device compute), which is load-independent — unlike the host capture/preprocess service times, whose measured cost inflates under pipeline backpressure (the same 5000 JPEGs cost ~7.8 ms/frame serialized but far more under throughput backpressure), so the slowest-stage figure would understate a fast accelerator. It is a possibly-achievable ceiling, not a measured result: reaching it depends on the deployment pipeline. A validation run decodes a JPEG per image and evaluates at a 0.001 confidence threshold (to capture every detection for mAP), both of which load the host and postprocess stages; a production camera pipeline (no JPEG decode) at a deployment threshold of 0.25–0.75 (far fewer candidate boxes through NMS) moves realized throughput toward the core-throughput ceiling.

See EdgeFirst Studio for the full validation pipeline.


Downloads

Artifacts are organized by deployment target. Each model file embeds the EdgeFirst edgefirst.json metadata (training session, dataset version, calibration artifact, converter chain) so a single file is sufficient for deployment — no sidecar configuration required.

Browse and download every artifact from the repository file tree. Files are organized into per-target folders and follow the naming convention yolov8{size}-det-{precision}[-smart]{extension}:

Target Folder Format
ONNX FP32 onnx/ .onnx
TFLite INT8 tflite/ .tflite
NXP i.MX 95 (eIQ Neutron) imx95/ .imx95.tflite
NXP Ara240 ara240/ .dvm
RPi5 + Hailo-8L (13 TOPS) hailo/ .hailo8l.hef
NVIDIA Jetson (TensorRT) jetson/ .engine
Snapdragon (Qualcomm Hexagon HTP) qnn/ .htp-v81.qnn.onnx

Each file embeds its edgefirst.json metadata (training session, dataset version, calibration artifact, converter chain), so a single download is sufficient for deployment — no sidecar configuration required.


Inference example (Python)

from edgefirst.hal import Model, TensorImage

# Load the model — embedded edgefirst.json carries labels and decoder config
model = Model("yolov8n-det-int8.tflite")

# Run inference on an image
image = TensorImage.from_file("image.jpg")
results = model.predict(image)

# Iterate detections
for det in results.detections:
    print(f"{det.label}: {det.confidence:.2f} at {det.bbox}")

EdgeFirst HAL

Traceability

Every measurement in the tables above is reachable through the EdgeFirst Studio validation framework. The v-XXXX Source link on each row resolves to a public Studio URL of the form:

https://edgefirst.studio/public/validation/v-XXXX/details?mode=charts

The link lands on the Charts view — live system traces (CPU, memory, temperature, power) and per-stage timing recorded during the validation run. The Info and Metrics tabs on the same page carry the configuration and full COCO metric breakdown.

From there, the full provenance chain is one click deeper: training session ID, dataset version, calibration artifact, converter chain (e.g. TFLite quantizer + Neutron compile), validation parameters, and the host hardware description (hostname, kernel version, SoC, NPU, profiler version). The same model file you download from this repository embeds the same chain in its edgefirst.json metadata.


See also

Other model families in the EdgeFirst Model Zoo:

Model Task Link
YOLOv5 Detection Detection EdgeFirst/yolov5-det
YOLOv8 Segmentation Segmentation EdgeFirst/yolov8-seg
YOLO11 Detection Detection EdgeFirst/yolo11-det
YOLO11 Segmentation Segmentation EdgeFirst/yolo11-seg
YOLO26 Detection Detection EdgeFirst/yolo26-det
YOLO26 Segmentation Segmentation EdgeFirst/yolo26-seg

Train your own with EdgeFirst Studio

Train on your own dataset with EdgeFirst Studio:

  • Free tier includes YOLO training with automatic INT8 quantization and edge deployment.
  • Upload datasets via EdgeFirst Recorder or COCO/YOLO format.
  • AI-assisted annotation with auto-labeling.
  • CameraAdaptor integration for native sensor format training.
  • Deploy trained models to edge devices via EdgeFirst Client.

Technical notes

Quantization pipeline

All TFLite INT8 models are produced by EdgeFirst's quantization pipeline (details):

  1. ONNX export — standard Ultralytics export with simplify=True
  2. TF-wrapped ONNX — box coordinates normalized to [0, 1] inside DFL decode
  3. Split decoder — boxes and scores split into separate output tensors so each receives an independent INT8 quantization scale
  4. Smart calibration — calibration samples selected via greedy coverage maximization; the artifact is content-addressed by parameter hash and cached in Studio for deterministic reuse
  5. Full integer INT8 — uint8 input, int8 output, MLIR quantizer

Split decoder output format

Detection (e.g. yolov8n):

  • boxes — (1, 4, 8400) normalized [0, 1] coordinates
  • scores — (1, 80, 8400) per-class probabilities

Each tensor has its own quantization scale and zero point. The EdgeFirst HAL handles dequantization and reassembly automatically; no application code change is required across NPU targets.

Embedded metadata

  • TFLite: edgefirst.json and labels.txt embedded in the ZIP-format model file
  • ONNX: edgefirst.json embedded in model.metadata_props

No sidecar files required; the model artifact is self-contained.


Limitations

  • COCO bias — models trained on COCO (80 classes) inherit the dataset's biases (Western-centric scenes, particular object distributions, limited weather/lighting diversity).
  • Quantization loss — integer quantization introduces accuracy loss relative to FP32: INT8 on the NXP i.MX 8M Plus / i.MX 95 Neutron and Hailo NPUs, and a mixed INT8/INT16 scheme on the NXP Ara240 (the box-regression path is promoted to INT16 for localization accuracy). The magnitude per platform is shown in the Δ vs FP32 column above.
  • Configurations under active investigation — a subset of INT8 results measure below expectations and are marked âš  above; these are tracked for resolution, not accepted as final. The main cases are YOLO11 / YOLO26 on the NXP i.MX 8M Plus VeriSilicon NPU (the most constrained accelerator, where the newer architectures quantize poorly) and some NXP Ara240 segmentation runs. YOLO11 / YOLO26 on the NXP i.MX 95 eIQ Neutron NPU are not yet supported (a delegate limitation) and render without numbers. Each next card snapshot reflects any recovered accuracy.
  • Input resolution — all models expect 640×640 input; other resolutions require letterboxing.

License

Model weights in this repository are derived from Ultralytics YOLO and remain © Ultralytics Inc., licensed AGPL-3.0 — use requires AGPL-3.0 compliance or an Ultralytics Enterprise License.

The validation results, this model card, and its metadata are Au-Zone Technologies' own contribution, licensed CC BY-NC 4.0 (Attribution — NonCommercial) — see the repository LICENSE for the full text and citation requirements.


Citation

@software{edgefirst_yolov8_det,
  title = { {YOLOv8 Detection — EdgeFirst Model Zoo} },
  author = {Au-Zone Technologies},
  url = {https://huggingface.co/EdgeFirst/yolov8-det},
  year = {2026},
  license = {CC-BY-NC-4.0},
}

EdgeFirst Studio · GitHub · Docs · Au-Zone Technologies
Model weights © Ultralytics Inc. (AGPL-3.0) · Validation results & card © 2026 Au-Zone Technologies (CC BY-NC 4.0)
NXP®, i.MX, eIQ®, Neutron, and Ara240 are trademarks or products of NXP Semiconductors. Hailo is a trademark of Hailo Technologies Ltd. Jetson is a trademark of NVIDIA Corporation. All other trademarks are the property of their respective owners.

Downloads last month
361
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Evaluation results