Meta Byte Track
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 694B

12345678910111213141516171819202122232425262728
  1. # CSTrack
  2. Step1. git clone https://github.com/JudasDie/SOTS.git
  3. Step2. replace https://github.com/JudasDie/SOTS/blob/master/lib/tracker/cstrack.py
  4. Step3. download cstrack model trained on MIX and MOT17_half (mix_mot17_half_cstrack.pt): [google](https://drive.google.com/file/d/1OG5PDj_CYmMiw3dN6pZ0FsgqY__CIDx1/view?usp=sharing), [baidu(code:0bsu)](https://pan.baidu.com/s/1Z2VnE-OhZIPmgX6-4r9Z1Q)
  5. Step4. run BYTE tracker example:
  6. ```
  7. python3 test_cstrack.py --val_mot17 True --val_hf 2 --weights weights/mix_mot17_half_cstrack.pt --conf_thres 0.7 --data_cfg ../src/lib/cfg/mot17_hf.json --data_dir your/data/path
  8. ```
  9. ## Notes
  10. byte_tracker: only motion
  11. tracker: motion + reid