MaochengHu 576cda45b8 first commit 2 年之前
..
README.md 576cda45b8 first commit 2 年之前
byte_tracker.py 576cda45b8 first commit 2 年之前
tracker.py 576cda45b8 first commit 2 年之前

README.md

CSTrack

Step1. git clone -b MOT https://github.com/JudasDie/SOTS.git

Step2. replace https://github.com/JudasDie/SOTS/blob/master/lib/tracker/cstrack.py

Step3. download cstrack model trained on MIX and MOT17_half (mix_mot17_half_cstrack.pt): google, baidu(code:0bsu) and put it under SOTS/weights

Step4. run BYTE tracker example:

cd tracking
python3 test_cstrack.py --val_mot17 True --val_hf 2 --weights ../weights/mix_mot17_half_cstrack.pt --conf_thres 0.6 --data_cfg ../src/lib/cfg/mot17_hf.json --data_dir your/data/path

Notes

byte_tracker: only motion

tracker: motion + reid