MaochengHu 576cda45b8 first commit | 2 anos atrás | |
---|---|---|
.. | ||
mot_online | 2 anos atrás | |
README.md | 2 anos atrás | |
engine_track.py | 2 anos atrás | |
main_track.py | 2 anos atrás | |
save_track.py | 2 anos atrás | |
tracker.py | 2 anos atrás |
Step1. git clone https://github.com/PeizeSun/TransTrack.git
Step2.
replace https://github.com/PeizeSun/TransTrack/blob/main/models/tracker.py
Step3.
Download TransTrack pretrained model: 671mot17_crowdhuman_mot17.pth
Step3. run
python3 main_track.py --output_dir . --dataset_file mot --coco_path mot --batch_size 1 --resume pretrained/671mot17_crowdhuman_mot17.pth --eval --with_box_refine --num_queries 500
Step1. git clone https://github.com/PeizeSun/TransTrack.git
Step2.
replace https://github.com/PeizeSun/TransTrack/blob/main/models/save_track.py
replace https://github.com/PeizeSun/TransTrack/blob/main/engine_track.py
replace https://github.com/PeizeSun/TransTrack/blob/main/main_track.py
add mot_online to https://github.com/PeizeSun/TransTrack
Step3. run
python3 main_track.py --output_dir . --dataset_file mot --coco_path mot --batch_size 1 --resume pretrained/671mot17_crowdhuman_mot17.pth --eval --with_box_refine --num_queries 500
tracker.py: only motion
mot_online/byte_tracker.py: motion with kalman filter