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
qdtrack.py meta learning added 2 years ago
tracker_reid_motion.py meta learning added 2 years ago

README.md

QDTrack_reid_motion

Step1. git clone https://github.com/SysCV/qdtrack.git and train

Step2.

replace https://github.com/SysCV/qdtrack/blob/master/qdtrack/models/mot/qdtrack.py

add mot_online to https://github.com/SysCV/qdtrack

add tracker_reid_motion.py to https://github.com/SysCV/qdtrack and rename to tracker.py

Step3. download qdtrack model trained on mot17 half training set: google, baidu(code:whcc)

Step4. run

python3 -m torch.distributed.launch --nproc_per_node=8 --master_port=29501 tools/test.py configs/mot17/qdtrack-frcnn_r50_fpn_4e_mot17.py work_dirs/mot17_half_qdtrack.pth --launcher pytorch --eval track --eval-options resfile_path=output

QDTrack_BYTE

Step1. git clone https://github.com/SysCV/qdtrack.git and train

Step2.

replace https://github.com/SysCV/qdtrack/blob/master/qdtrack/models/mot/qdtrack.py

add mot_online to https://github.com/SysCV/qdtrack

add byte_tracker.py to https://github.com/SysCV/qdtrack

Step3. run

python3 -m torch.distributed.launch --nproc_per_node=8 --master_port=29501 tools/test.py configs/mot17/qdtrack-frcnn_r50_fpn_4e_mot17.py work_dirs/mot17_half_qdtrack.pth --launcher pytorch --eval track --eval-options resfile_path=output