cheind / py-motmetrics

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

Compute MOTA per frame? #97

Closed niraj-bhujel closed 4 years ago

niraj-bhujel commented 4 years ago

Hello, is there a way to get MOTA and other metrics values at each frame of a sequence?

cheind commented 4 years ago

Sorry, I missed your question. No, that functionality is not directly implemented. Are you refering to commulative values or seperate values for each frame. I doubt that the latter makes sense for many metrics.

cheind commented 4 years ago

I close this problem as solved. If not, feel free to reopen.