Determine which sensor provided a detection #1054
Replies: 3 comments 1 reply
-
One option is to add a dictionary with your platform IDs to |
Beta Was this translation helpful? Give feedback.
-
Not currently. You could add the sensor, whether a reference to sensor itself or an ID, to the metadata of the detection whilst generating it in your sensor class. It'd be useful to add this at it's own property in general I think. Similar to the special "TrueDetection" class we have for simulation has reference to truth it is an observation of. |
Beta Was this translation helpful? Give feedback.
-
I'm going forward with the metadata for the time being now that i figured out how to make my own sensor. Thanks for the input. much appreciated. |
Beta Was this translation helpful? Give feedback.
-
I'm using StoneSoup to generate unit test data with ground truth for our tracker implementation and we process sensor inputs individually.
Is there a way to identify which sensor generated a detection? Is there a setting buried deep in there to embed this into the metadata? I'm using PlatformDetectionSimulator, with MultiTransitionMovingPlatforms.
I'm building my own sensor classes, so I've got the flexibility to do something there by assigning unique IDs.
Beta Was this translation helpful? Give feedback.
All reactions