cheind / py-motmetrics

:bar_chart: Benchmark multiple object trackers (MOT) in Python
MIT License
1.37k stars 258 forks source link

Custom dataset example in `README` gives worse results than `motmetrics.apps.eval_motchallenge` #178

Open mikel-brostrom opened 1 year ago

mikel-brostrom commented 1 year ago

Running this example gives different results than running motmetrics.apps.eval_motchallenge:

        IDF1   MOTA
acc  0.71134  0.552

vs

        IDF1   MOTA
acc     73.2   53.7

Their default configuration seems to be different. What should I change so that they give me the exact same results?