Confusion with Coordinates System of objectDetection() in trackerGNN

1 Ansicht (letzte 30 Tage)
Usman
Usman am 17 Apr. 2025
Verschoben: Cris LaPierre am 18 Apr. 2025
I have a confusion regarding objectDetection() as we input that into trackerGNN. If I give measurements in this form and specify the field Frame of MeasurementParameters to be 'Spherical'. Then I run tracker and get measurements using getTrackPositions(......., "constvel"). Then I have to convert that into cartesian coordinates for plotting using plotTrack().
But the issue is that I get the same exact "squigly lines" on plot if I dont specify MeasurmentParameters field at all. None other parameters changed (No change in this phenomenon is observed if we change units from theta to degrees).
So either the case is that trackerGNN interprets as x and y measurements at face value regardless of whether I specify it to be Spherical or not. Or there is something I missed. Either way, Please clarify what is going on.
  1 Kommentar
Elad Kivelevitch
Elad Kivelevitch am 17 Apr. 2025
I am not sure that I understand what you're trying to do.
Can you post a snippet of your code?

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Usman
Usman am 18 Apr. 2025
Verschoben: Cris LaPierre am 18 Apr. 2025
I was actually using inicvkf for trackerGNN which accepts measurements in Cartesian Coordinates only. But this fact was omitted from the documentation of R2022b. In later documentation, this fact is mentioned clearly.

Tags

Produkte


Version

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by