cheind / py-motmetrics

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

Metrics #114

Open olgapeled opened 4 years ago

olgapeled commented 4 years ago

Great work!

In my data, I have few objects and I would like to see how the tracking algorithm (metrics results) acts on each target in the groudtruth... (specially on a spesific object...) Any idea how can I do it? I tried to dig in the code of the script "metrics.py" but I not sure...

Thank you, Olga

cheind commented 4 years ago

Hey!

The best you can do is to look at the accumulator itself select all rows that involve your target object.