File size: 501 Bytes
7734d5b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# FairMOT

Step1.  git clone https://github.com/ifzhang/FairMOT.git


Step2. replace https://github.com/ifzhang/FairMOT/blob/master/src/lib/tracker/multitracker.py


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)

run BYTE tracker example: 
```
python3 track_half.py mot --load_model ../exp/mot/mot17_half_dla34/model_last.pth --match_thres 0.8
```


## Notes
byte_tracker: only motion

tracker: motion + reid