Sorter V2

Detector Documentation Hub

This site is the durable documentation layer for detector benchmarking, model artifacts, and target conversion workflows across Mac, Raspberry Pi, Orange Pi, and Hailo.

Why this site exists

The detector work produced a lot of useful results, but also a lot of local experiment output:

The goal of this site is to keep the lasting knowledge in one checked-in place and treat generated output as local working state unless it is explicitly promoted.

Documentation map

Runtime Status

The current conclusions, deployment recommendations, and the canonical local artifacts worth keeping.

Model Artifacts

What each export and compiled format is for, where it lives, and which target it serves.

Device Benchmarking

The repeatable cross-device benchmark workflow for Mac, Orange Pi, and Raspberry Pi.

Hailo HEF Workflow

The maintained ONNX to HEF flow for Raspberry Pi 5 AI HAT deployments.

Current headline conclusions

Artifact policy

The durable rule is simple:

  1. Keep decisions and workflows in checked-in Markdown.
  2. Keep only the latest canonical benchmark and compile artifacts under software/client/blob/.
  3. Regenerate reports from benchmark JSONs instead of treating every generated HTML file as permanent.

GitHub Pages publishing

This site is intended to publish from the root-level docs/ folder via GitHub Actions.

If the repository’s default branch is not main or master, update the Pages workflow trigger in .github/workflows/documentation-pages.yml after merge.