Maintainers:
Original authors:
Download model weights:
pixi run fetch-modelsInstall pre-commit hooks:
pre-commit install
pre-commit install --hook-type commit-msgSee the commitlint config: https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional
pixi run startRun unit tests:
pixi run pytest testsRun VDI performance tests (requires GPU and test video data):
pixi run testdocker compose --profile prod build
docker compose --profile prod run --rm app
data/input/- Place input video files (.mp4) here for processingdata/output/- Processed video files and detection results are saved heredata/models/- YOLO model weights (.pt files)
The performance test automatically picks the first .mp4 file from data/input/ and saves results to data/output/.
Model weights are automatically downloaded by the fetch-models task, or you can manually download them from GitHub release v0.1.0.