.. | ||
conda-requirements.txt | ||
core_functions.py | ||
frametime.py | ||
graphing.py | ||
README.md | ||
results.csv | ||
shell.nix | ||
tracking.py | ||
verif.py | ||
yolov8n.pt |
Python sources for object tracking
Installation
With Nix
nix-shell
Without Nix
requirements : Conda
conda create --yes -q -n stage python=3.10 -c conda-forge
conda activate stage
conda install --yes -f conda-requirements.txt -c conda-forge
Usage
Tracking:
python tracking.py
verify on a benchmarck of pictures
python verify.py
Graph results:
python graphing.py results.csv
Graph frametime:
python frametime.py