MaochengHu 576cda45b8 first commit | 2 년 전 | |
---|---|---|
.. | ||
mot_online | 2 년 전 | |
README.md | 2 년 전 | |
byte_tracker.py | 2 년 전 | |
opts.py | 2 년 전 | |
tracker.py | 2 년 전 |
Step1. git clone https://github.com/JialianW/TraDeS.git
Step2.
replace https://github.com/JialianW/TraDeS/blob/master/src/lib/utils/tracker.py
replace https://github.com/JialianW/TraDeS/blob/master/src/lib/opts.py
Step3. run
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
Step1. git clone https://github.com/JialianW/TraDeS.git
Step2.
replace https://github.com/JialianW/TraDeS/blob/master/src/lib/utils/tracker.py by byte_tracker.py
replace https://github.com/JialianW/TraDeS/blob/master/src/lib/opts.py
add mot_online to https://github.com/JialianW/TraDeS/blob/master/src/lib/utils
Step3. run
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
tracker.py: motion + reid
byte_tracker.py: motion with kalman filter