How to use tracking metrics on filter tracker like the kalman filter tracker (trackingkf)?
1 回表示 (過去 30 日間)
古いコメントを表示
Hi, I'm making a multiple object tracking program which implements the kalman filter tracker from the Sensor Fusion Toolbox.
Since I'm comparing the kalman filter, unscented kalman filter, and extended kalman filter trackers, is there any metrics available to be used to compare the trackers used? I've looked on to https://www.mathworks.com/help/fusion/ug/introduction-to-tracking-metrics.html but storing my tracker output results in a [7x1 objectTracker] variable whilst the one used on the example was a [0x1 objectTracker]
0 件のコメント
回答 (1 件)
Elad Kivelevitch
2021 年 4 月 16 日
Nadya,
I am afraid I don't understand the question. The output from the tracker that you want to compare to the truth using track metrics should not be empty. In the example, I believe it's not empty (0x1 objectTrack) either.
Can you explain the issue again?
参考
カテゴリ
Help Center および File Exchange で Tracking and Sensor Fusion についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!