Some problems of 'Clusters' in 'Info' of Joint Probabilistic Data Association Multi Object Tracker Block.
6 ビュー (過去 30 日間)
古いコメントを表示
When using the Joint Probabilistic Data Association Multi Object Tracker Block to track two vehicles and selecting "Info" as the output, it is observed that only the first element of the "Clusters" in the "Info" output contains specific values, while the rest are default values of zero.
it is confirmed that the two targets are consistently associated with the two tracks, and there is a known association between them.
0 件のコメント
回答 (1 件)
Prashant Arora
2023 年 7 月 12 日
Hi,
Simulink requires a fixed-size bus data type as an output. Therefore, the "Clusters" element of the "Info" bus is always fixed in size. This is controlled by the maximum number of possible clusters. Now, if the JPDA creates only n clusters, then only the first n elements of this array are populated. In your case, I think the two targets were close to each other, so the JPDA created only 1 cluster. If you inspect the first cluster further, you should see the "TrackID" and "DetectionIndices" elements, which provides information about what tracks and detections were in this cluster.
If you do not observe this, please feel free to reply here with more information and I'll be happy to investigate.
Thanks,
Prashant
0 件のコメント
参考
カテゴリ
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!