Confusion with Coordinates System of objectDetection() in trackerGNN
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
Elad Kivelevitch
2025-4-17
I am not sure that I understand what you're trying to do.
Can you post a snippet of your code?
回答(1 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!