yscv-cli
Command-line tool for real-time inference, benchmarking, and evaluation.
# Run detection on a video
# Benchmark inference pipeline
# Evaluate against ground truth
Commands
| Command | What it does |
|---|---|
detect |
Run object detection on image/video/camera |
track |
Detection + multi-object tracking |
bench |
Benchmark inference FPS with statistics |
eval |
Compute mAP/MOTA against annotations |
diagnose |
Camera diagnostics and quality report |
Features
[]
= [] # Live camera input
Configuration
JSON-based config for thresholds, model paths, and pipeline options.
Tests
42 tests covering config parsing, pipeline setup, evaluation output.