Sampreet Sarkar
Sampreet Sarkar
@henningkayser , thanks for the reply. I did take a look at the Plan struct and examined the object returned for a standard planning problem _(i.e., one in which I...
Hey @varungupta31, I don't remember the exact details at the moment as I worked on this quite some time ago, but if I remember correctly, The output of the `Sort.update()`...
Hi @varungupta31 you are right, the first element is the frame id, elements 3 - 6 are bounding box coordinates in the format (x, y, w, h), the second element...
Hey @andreaceruti if you take a look at the Sort class, you will see that it uses the bboxes itself and not the features detected within the bboxes to track...
Hi @andreaceruti it seems the quicker option right now for you would be to manually reassign the tracks once the tracking is finished. Some tips on that front : for...
Hey @AndyZe, Thanks for the quick response ! I'm going to try out both approaches and will update my answer if I succeed.
Hey @sjahr , yeah sorry for not keeping it up to date. I have indeed solved my problem.
Hi @yjkim046, from a first look at the problem it seems as if it is failing because there arises a case of "collision" during the plan. In the sense that...