Some problems of 'Clusters' in 'Info' of Joint Probabilistic Data Association Multi Object Tracker Block.
1 次查看(过去 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 中查找有关 Multi-Object Tracking 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!