Skip to content

Yet another C adaptation of SORT tracking algorithm

Notifications You must be signed in to change notification settings

tensorworksio/sort.cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SORT

Yet another C adaptation of SORT multi object tracking algorithm, inspired by motracker

Dataset

git clone https://github.com/tensorworksio/sort.cpp
cd sort.cpp
wget https://motchallenge.net/data/MOT15.zip
unzip MOT15.zip -d data && rm MOT15.zip

Compile

meson setup build
meson compile -C build

Configure

Set your SORT configuration in config.json

Run

Launch the MOT Challenge

cd build
./sort --help

Example

cd build
./sort --path ../data/MOT15/train/ADL-Rundle-8 --config ../config.json --display --gt --save

Test

python3 -m venv venv
. venv/bin/activate
pip3 install -r requirements

python3 tests/mot-eval.py --path data/MOT15/train/ADL-Rundle-8

Releases

No releases published

Packages

No packages published