Stage2024/tracking_sources/README.md
2024-06-28 15:42:00 +02:00

530 B

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