Borrar filtros
Borrar filtros

multiple object tracking accuracy (MOTA)

5 visualizaciones (últimos 30 días)
Ali Alameer
Ali Alameer el 9 de En. de 2020
Respondida: djakak djalal el 28 de Abr. de 2020
Is there any matlab implementation for this metric?

Respuestas (2)

Chidvi Modala
Chidvi Modala el 21 de En. de 2020
You can use trackErrorMetrics to evaluate the accuracy of tracking. trackErrorMetrics provides multiple root mean square (RMS) error values, which numerically illustrate the accuracy performance of the tracker. An example can be found here.
For more information on tracking performance metrics, you can refer to the Tracking Metrics section in this link.
  1 comentario
Ali Alameer
Ali Alameer el 23 de En. de 2020
Thanks for suggesting trackErrorMetrics. I was wondering if there was a matalb function whereby we only provide ground truth (e.g., from video labeller app) for an image sequence and predicted IDs (e.g., Motion-Based Multiple Object Tracking) and we get MOTA directly?
The above function requres more attributes such as velocity etc

Iniciar sesión para comentar.


djakak djalal
djakak djalal el 28 de Abr. de 2020
https://github.com/glisanti/CLEAR-MOT/blob/master/README.md

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by