phil-bergmann / tracking_wo_bnw

Implementation of "Tracking without bells and whistles” and the multi-object tracking "Tracktor"
https://arxiv.org/abs/1903.05625
GNU General Public License v3.0
818 stars 196 forks source link

Calculating MODA and MODP scores #93

Closed Sentient07 closed 4 years ago

Sentient07 commented 4 years ago

Hello Phil and Tim,

Thank you for the research and open sourcing the code. Could you please help me understand how to compute MODA and MODP scores? One way I see is to submit to the official MOT Challenge benchmark, but is there code available for the same, which I can use on my data to get the above mentioned measures?

Thank you for your time,

Regards, Ramana

timmeinhardt commented 4 years ago

Hello Ramana, the repository includes the motmetrics package which calculates most of the necessary metrics. If you want compute the exact metrics from the MOTChallenge you should download their devikt which reads the prediction files and processes them like they it is done on the server.

Sentient07 commented 4 years ago

Hi Tim,

Thank you for referring to the repository. I will evaluate with that tool.

Regards,