28.50 mAP
YOLOv8n · COCO val2017 · 320 × 320
Exact report value: 0.284969The pinned 320×320 YOLOv8n FLOAT export and signed-symmetric INT8 ONNX Runtime proxy were evaluated over 5,000 COCO val2017 images. The proxy loses 0.887 mAP50–95 points, within the project’s one-point budget. A deterministic 512-image train2017 subset supplied calibration data.
YOLOv8n · COCO val2017 · 320 × 320
Exact report value: 0.284969Signed-symmetric INT8 proxy · 320 × 320
Exact report value: 0.2760983.11% relative loss · 96.9% retained
Exact loss: 0.887 pointsScores use the familiar 0–100 mAP scale; exact 0–1 report values remain visible for traceability. YOLOv8n · 320 × 320 · 5,000 COCO val2017 images. Both software evaluations were repeated with identical predictions. The INT8 result uses an ONNX Runtime QOperator proxy; complete-detector HASLAB command execution and hardware measurements remain future work.
ONNX Runtime uses QLinear sigmoid and multiply rather than HASLAB’s fused SiLU lookup, and requantizes learned-head outputs where v0 preserves an INT32 boundary. The proxy measures a calibration candidate; it does not establish whole-detector HASLAB command accuracy. See the INT8 report and calibration record.
The minimal compiler and simulator runtime execute the first two complete Conv-SiLU blocks. The first retained tensor contains 409,600 INT8 values; the second contains 204,800. Each matches the independent haslab_ref integer path exactly for the report’s deterministic input.
The two-block report records package hash, command mix, traffic, exact integer comparisons, and separate FLOAT ONNX errors. These counts are not hardware timing or throughput. Remaining graph nodes, host tail, RTL, and FPGA execution are unfinished.
Understand command execution →The candidate conformance corpus stores binary commands, initial and expected memory images, completion state, errors, hashes, and provenance. It covers successful and rejected behavior so another implementation can consume the same expected bytes. Stable ABI freeze and final corpus release await independent review.
Rounding, saturation, accumulation order, layouts, conversions, and SiLU behavior have documented semantics and tests.
Memory bounds, DMA, lifecycle, reset, completion, and architectural faults are specified in the v0 contract.
The fixture format and manifest record expectations and integrity checks.
Reports below are linked to reviewed source revision 15a2e45. Model weights and COCO images require their own setup; the workload guide gives commands and artifact requirements.