Confirming a confirmed track for GNN tracker

1 vue (au cours des 30 derniers jours)
Sarfaraz
Sarfaraz le 29 Août 2024
Commenté : Sarfaraz le 5 Sep 2024
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?

Réponse acceptée

praguna manvi
praguna manvi le 3 Sep 2024
Modifié(e) : praguna manvi le 3 Sep 2024
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:

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by