Yet another C++ adaptation of SORT multi object tracking algorithm, inspired by motracker
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
meson setup build
meson compile -C build
Set your SORT configuration in config.json
Launch the MOT Challenge
cd build
./sort --help
cd build
./sort --path ../data/MOT15/train/ADL-Rundle-8 --config ../config.json --display --gt --save
python3 -m venv venv
. venv/bin/activate
pip3 install -r requirements
python3 tests/mot-eval.py --path data/MOT15/train/ADL-Rundle-8