multiple object tracking accuracy (MOTA)
3 views (last 30 days)
Show older comments
Is there any matlab implementation for this metric?
0 Comments
Answers (2)
Chidvi Modala
on 21 Jan 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.
See Also
Categories
Find more on Tracking and Motion Estimation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!