py-motmetrics icon indicating copy to clipboard operation
py-motmetrics copied to clipboard

Questions about values

Open hongin13 opened this issue 1 year ago • 2 comments

I used py-motetrics because I wanted to get mota, motp for the custom dataset, and I got the results. Mota outputs a value around 0.8, while motp outputs a value around 0.1. The result of motp is so weird, is this a problem caused by incorrectly generating dataset?

hongin13 avatar Nov 27 '23 04:11 hongin13

Hey @hongin13, does this statement in Readme.md resolve your question?

Metric MOTP seems to be off. To convert compute (1 - MOTP) * 100. MOTChallenge benchmarks compute MOTP as percentage, while py-motmetrics sticks to the original definition of average distance over number of assigned objects [1].

cheind avatar Nov 27 '23 05:11 cheind

Can this statement be interpreted as "(1 - motp) is the appropriate motp calculation result"?

hongin13 avatar Nov 27 '23 05:11 hongin13