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.
Mahdi Abdollah Pour daffe87b3c meta learning added 2 years ago
..
mot_online meta learning added 2 years ago
README.md meta learning added 2 years ago
byte_tracker.py meta learning added 2 years ago
opts.py meta learning added 2 years ago
tracker.py meta learning added 2 years ago

README.md

TraDeS

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

TraDeS_BYTE

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

Notes

tracker.py: motion + reid

byte_tracker.py: motion with kalman filter