FairMOT icon indicating copy to clipboard operation
FairMOT copied to clipboard

Basic questions about re-id and bounding boxes

Open schelian opened this issue 5 years ago • 2 comments

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

  • If a bounding box is labeled 4 (e.g.) and then that box is transferred to another object, does that mean there was a re-id failure? Maybe the bounding box numbers are re-used somehow. I doubt that the numbers are re-used but I just wanted to check.
  • Also, if there are many re-id failures, which parameters are best to modify? Is it conf_thres (confidence thresh for tracking)? Past that would one have to retrain the networks or use some other methods?

Thanks in advance & again great work!

schelian avatar Oct 07 '20 23:10 schelian

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.

ifzhang avatar Nov 12 '20 07:11 ifzhang

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?

AI-Hunter avatar Dec 01 '21 15:12 AI-Hunter