Confirming a confirmed track for GNN tracker

24 次查看(过去 30 天)
Hi, I am currently working with a GNN tracker with radar data. I have a tracker working for range and angle information.
After gettting the confirmed tracks, I would like to check make another check with some detections and then keep the old track alive. How can I achieve this? I saw that there is a trackStateLogic which is appended with a zero everytime a track does not get a detection. But I was uable to change it for a confirmed track.
Can someone please help me in this?

采纳的回答

praguna manvi
praguna manvi 2024-9-3,9:00
编辑:praguna manvi 2024-9-3,9:24
The “trackStateLogic" parameter is used to specify the confirmation and deletion logic type for a trackerObject and is nontunable as per the documentation here:
To keep the old tracks alive, a possible workaround is to use “confirmTrack" on the trackerObject and re-initializing if needed using "initializeTrack"of deleted trackerObjects, Please refer the documentation link below to learn more about Object functions on trackerGNN:

更多回答(0 个)

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by