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 677B

12345678910111213141516171819
  1. # JDE
  2. Step1. git clone https://github.com/Zhongdao/Towards-Realtime-MOT.git
  3. Step2. replace https://github.com/Zhongdao/Towards-Realtime-MOT/blob/master/tracker/multitracker.py
  4. Step3. download JDE model trained on MIX and MOT17_half (mix_mot17_half_jde.pt): [google](https://drive.google.com/file/d/1jUiIbaHFf75Jq6thOGI3CPygMMBy6850/view?usp=sharing), [baidu(code:ccdd)](https://pan.baidu.com/s/10se81ZktkUDUWn2dZzkk_Q)
  5. Step4. put track_half.py under https://github.com/Zhongdao/Towards-Realtime-MOT and run:
  6. ```
  7. python3 track_half.py --cfg ./cfg/yolov3_1088x608.cfg --weights weights/mix_mot17_half_jde.pt
  8. ```
  9. ## Notes
  10. byte_tracker: only motion
  11. tracker: motion + reid