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 501B

1234567891011121314151617181920
  1. # FairMOT
  2. Step1. git clone https://github.com/ifzhang/FairMOT.git
  3. Step2. replace https://github.com/ifzhang/FairMOT/blob/master/src/lib/tracker/multitracker.py
  4. Step3. run motion + reid tracker using tracker.py (set --match_thres 0.4), run BYTE tracker using byte_tracker.py (set --match_thres 0.8)
  5. run BYTE tracker example:
  6. ```
  7. python3 track_half.py mot --load_model ../exp/mot/mot17_half_dla34/model_last.pth --match_thres 0.8
  8. ```
  9. ## Notes
  10. byte_tracker: only motion
  11. tracker: motion + reid