- Review Gating Criteria: Ensure gating accurately reflects measurement and prediction uncertainties.
- Tune Data Association Algorithm: Optimize your algorithm (e.g., MHT, JPDA) for better measurement-to-track assignments.
- Implement One-to-One Constraint: Use optimization algorithms like the Hungarian method to enforce exclusive assignments.
- Enhance Measurement Model: Improve the fidelity of your measurement model to reduce ambiguities.
- Utilize Track Quality Metrics: Prioritize measurements for tracks based on scores reflecting their consistency or reliability.
- Custom Association Logic: After running the TOMHT, iterate through the associations and check for measurements assigned to multiple tracks. Use custom logic to resolve these based on your criteria.
Tracker TOMHT assigns same measurement to two tracks
2 次查看(过去 30 天)
显示 更早的评论
How can I force the TOMHT to assign one measurement to one track? In my scenario, I am seeing that the tracker is assigning one measurement to two tracks. I have played around with the gate parameter to prevent this from happening but to no avail. Attached is a plot showing the color-coded detections used by each track, at a certain point the tracks begin both using the red detections (at the same time steps).
0 个评论
回答(1 个)
AKennedy
2024-3-27
Hi Brittany,
To prevent a Track-Oriented Multi-Hypothesis Tracker (TOMHT) from assigning one measurement to multiple tracks, you can:
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!