ifzhang / FairMOT

[IJCV-2021] FairMOT: On the Fairness of Detection and Re-Identification in Multi-Object Tracking
MIT License
3.99k stars 936 forks source link

FairMOT_dla34.pth pretrained weights doesn't go more than 15+ FPS #432

Open ghost opened 3 years ago

ghost commented 3 years ago

Hi, I applied fairmot_dla34.pth weights files to analyze a basket ball video. Seems to be the fps is not going more than 15. I'm using Tesla T4 VGA with Ubuntu 16.0 Capturesd

python demo.py mot --load_model ../Models/fairmot_dla34.pth --input-video ../videos/MOT16.mp4 --output-root ../videos/MOT17 --conf_thres 0.5

yidimopozhibai commented 2 years ago

请问一下是使用的bytetrack+FairMot还是单纯Fair?