Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 309 Bytes

File metadata and controls

14 lines (10 loc) · 309 Bytes

scope-coverage-map

Reads endoscope video and marks which areas were already seen (green) and which were not (red).

python -m venv .venv
.venv\Scripts\activate
pip install -e ".[dev]"
python scripts/run_coverage.py --config configs/c3vd.yaml

Docs: docs/index.md

License: MIT