Stage2024/tracking_sources
2024-06-28 15:42:00 +02:00
..
conda-requirements.txt Initial commit 2024-06-28 14:08:49 +02:00
core_functions.py Initial commit 2024-06-28 14:08:49 +02:00
frametime.py Initial commit 2024-06-28 14:08:49 +02:00
graphing.py Initial commit 2024-06-28 14:08:49 +02:00
README.md Fix readme 2024-06-28 15:42:00 +02:00
results.csv Initial commit 2024-06-28 14:08:49 +02:00
shell.nix Initial commit 2024-06-28 14:08:49 +02:00
tracking.py Initial commit 2024-06-28 14:08:49 +02:00
verif.py Initial commit 2024-06-28 14:08:49 +02:00
yolov8n.pt Initial commit 2024-06-28 14:08:49 +02:00

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