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 1.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # TraDeS
  2. Step1. git clone https://github.com/JialianW/TraDeS.git
  3. Step2.
  4. replace https://github.com/JialianW/TraDeS/blob/master/src/lib/utils/tracker.py
  5. replace https://github.com/JialianW/TraDeS/blob/master/src/lib/opts.py
  6. Step3. run
  7. ```
  8. python3 test.py tracking --exp_id mot17_half --dataset mot --dataset_version 17halfval --pre_hm --ltrb_amodal --inference --load_model ../models/mot_half.pth --gpus 0 --clip_len 3 --trades --track_thresh 0.4 --new_thresh 0.4 --out_thresh 0.2 --pre_thresh 0.5
  9. ```
  10. # TraDeS_BYTE
  11. Step1. git clone https://github.com/JialianW/TraDeS.git
  12. Step2.
  13. replace https://github.com/JialianW/TraDeS/blob/master/src/lib/utils/tracker.py by byte_tracker.py
  14. replace https://github.com/JialianW/TraDeS/blob/master/src/lib/opts.py
  15. add mot_online to https://github.com/JialianW/TraDeS/blob/master/src/lib/utils
  16. Step3. run
  17. ```
  18. python3 test.py tracking --exp_id mot17_half --dataset mot --dataset_version 17halfval --pre_hm --ltrb_amodal --inference --load_model ../models/mot_half.pth --gpus 0 --clip_len 3 --trades --track_thresh 0.4 --new_thresh 0.5 --out_thresh 0.1 --pre_thresh 0.5
  19. ```
  20. ## Notes
  21. tracker.py: motion + reid
  22. byte_tracker.py: motion with kalman filter