Multi-target tracking from CSV file #1073
-
I have a CSV file that contains the XYZ and timestamps of a list of objects over a certain period. In this list some objects are there from the beginning till the end, and some join or leave before the beginning and the end. I followed the tutorials and it is unclear how multiple objects will be detected at a specific time, and how to do so. I would appreciate any help you can give me. I want to perform JPDA and use Tutorials 6, 8, 9, 10 and the UAV tracking as references. And for the class [CSVGroundTruthReader], what is the role of the path_id_field what is the role of path_id_field? In the provided csv files in the tutorials they are all the same number. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
@bkev13: So just to clarify, does your input file represent a number of true ground truthed objects that you wish to simulate sensor observations for, and then track that? Or is your CSV file observations of the true objects, and you wish to track? |
Beta Was this translation helpful? Give feedback.
I've had a little play with parameters as an initial start. Some truth data to validate and optimise parameters would be useful, but understand that's not always available. I've also used pyehm plugin to speed up JPDA, but note the patent required for commercial use.