Fair cross-framework evaluation
Compare outputs from different frameworks or runtimes on the same dataset and pinned metric protocol.
Bring your own inference. Export once. Evaluate fairly.
YOLOZU is a commercial product from ToppyMicroServices OÜ and is provided free of charge. Its repository code is licensed under Apache-2.0. It validates and fairly evaluates existing vision predictions through a stable predictions.json interface contract instead of tying reports to one training or inference framework.
Use cases
YOLOZU is the evaluation lane for teams that already have, or can export, prediction artifacts and need comparable evidence without replacing their training or inference stack.
Compare outputs from different frameworks or runtimes on the same dataset and pinned metric protocol.
Check third-party or custom predictions.json artifacts for expected structure and required fields before scoring.
Use explicit export settings and comparable reports to detect metric, preprocessing, or backend drift in review and CI.
Product boundary
YOLOZU is not a managed training platform, hosted inference service, one-click production deployment system, or guaranteed support/SLA offering. If you only evaluate inside one framework and do not need a stable cross-stack boundary, that framework's native evaluator may be simpler. Training, benchmark, adapter, and research lanes remain secondary and carry their own maturity labels.
Quickstart
The shortest path checks the environment, runs an instance-segmentation demo, and writes both a JSON report and PNG overlays.
python3 -m pip install -U yolozu
yolozu doctor --explain
yolozu demo instance-seg --run-dir reports/quickstart_instance_seg --progress
reports/quickstart_instance_seg/instance_seg_demo_report.jsonreports/quickstart_instance_seg/overlays/*.pngyolozu guide or yolozu guide --goal evaluateEvaluation flow
Resources
These are the canonical public surfaces for installation, source review, archived releases, and the manual.
Follow the 30-minute stable path, search generated commands and schemas, inspect examples, and resolve common failures.
Review the Apache-2.0 repository, file issues, and inspect the current README and documentation map.
Install the current Python package from PyPI and use the CLI entrypoint yolozu.
Use the archived software and manual records when you need a stable citation trail.
Start with the predictions schema when wiring a new model, runtime, or export adapter into the evaluation lane.
License
YOLOZU is a commercial ToppyMicroServices product provided free of charge. Its repository code is licensed under Apache-2.0; dependencies, data, and model weights retain their own terms. The primary lane is framework-agnostic prediction validation and evaluation; optional adapters and research paths are labeled separately. Free use does not include a hosted service or guaranteed support/SLA.