ifzhang / FairMOT

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

Total Effectiveness #320

Open ManoharSai2000 opened 3 years ago

ManoharSai2000 commented 3 years ago

There is no proper effectiveness in the model. There are many person swaps, also, the reidentification is not good. I have tried different confidence levels . I have used the baseline model. Any suggestions??

ifzhang commented 3 years ago

You can try different matching threshold here (now 0.4): https://github.com/ifzhang/FairMOT/blob/ca63d27f19e8d2170b84edb80cc2dc348c3dcd5a/src/lib/tracker/multitracker.py#L303