ifzhang / FairMOT

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

Basic questions about re-id and bounding boxes #257

Open schelian opened 3 years ago

schelian commented 3 years ago

This is fantastic work! I have some basic questions about re-id and bounding boxes for the community.

Thanks in advance & again great work!

ifzhang commented 3 years ago

It seems that it's a reid failure. conf_thres helps get better detection results. If you want to modify the reid results, you can go to multitracker.py and there are some parameters in the matching process, like reid distance thresh.

AI-Hunter commented 2 years ago

It seems that it's a reid failure. conf_thres helps get better detection results. If you want to modify the reid results, you can go to multitracker.py and there are some parameters in the matching process, like reid distance thresh.

Would you tell me please, where is reid distance thresh in the multitracker.py?