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

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # TransTrack
  2. Step1. git clone https://github.com/PeizeSun/TransTrack.git
  3. Step2.
  4. replace https://github.com/PeizeSun/TransTrack/blob/main/models/tracker.py
  5. Step3.
  6. Download TransTrack pretrained model: [671mot17_crowdhuman_mot17.pth](https://drive.google.com/drive/folders/1DjPL8xWoXDASrxgsA3O06EspJRdUXFQ-?usp=sharing)
  7. Step3. run
  8. ```
  9. 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
  10. ```
  11. # TransTrack_BYTE
  12. Step1. git clone https://github.com/PeizeSun/TransTrack.git
  13. Step2.
  14. replace https://github.com/PeizeSun/TransTrack/blob/main/models/save_track.py
  15. replace https://github.com/PeizeSun/TransTrack/blob/main/engine_track.py
  16. replace https://github.com/PeizeSun/TransTrack/blob/main/main_track.py
  17. add mot_online to https://github.com/PeizeSun/TransTrack
  18. Step3. run
  19. ```
  20. 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
  21. ```
  22. ## Notes
  23. tracker.py: only motion
  24. mot_online/byte_tracker.py: motion with kalman filter