Hello Team,
Is there anyway to assign unique ID to a tracked object, as the data frame of tracked object keeps sending the following parameters as shown in below image dynamically, i cannot predict lets say In 1st frame no of obj detected = 1 and its vel is 100 m/s, and in 2nd frame no of obj = 2, and in 3rd frame no of obj = 4 and so on
As you can see in 3rd frame we have 4 objects. so object 1 parameters can be in any of the index (index 3 in third frame, index 2 in second frame and so on)
What factor i can consider so i can assign unique id to the tracked object (That i can print its id on visualizer).