cheind / py-motmetrics

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

Ground-truth does not have ID's annotated, can I still use this code? How? #130

Open Cassio-4 opened 3 years ago

Cassio-4 commented 3 years ago

Hello, amazing job! I have a dummy question, my ground-truth does not have ID's assigned to the annotations, can I still use this code to evaluate the results of my tracking algorithm on said ground-truth? Should I switch metrics?

Many thanks.

cheind commented 3 years ago

Hey, you mean that you have annotations, but annotations are not consistently identified over multiple frames? Then tracking metrics are porbably not very well suited for your purpose. You might want to look into detection metrics. See #5 for a discussion