A demo to detect vehicles in traffic cam
- Python 3.9
python -m venv .venv
.\.venv\Scripts\activate
python -m pip install -U pip
pip install -r requirements.txt
Configure
--extra-index-url
if CUDA is available, e.g.pip install --trusted-host download.pytorch.org --extra-index-url https://download.pytorch.org/whl/cu118 -r requirements.txt
.Use
requirements-dev.txt
for development and docs.
python crawl.py
python clean.py
python detect.py
mkdocs serve
- Logo by Kmg Design