Open arevel190 opened 7 years ago
I'll reopen this because I'me very interested to see if anyone has any idea or advise on how to fix this issue and increase accuracy of tracking in general, I'm thinking a good way to start is to test using multiple object detectors(RFCN, Faster RCNN, ....) and compare the tracking with deep sort from each of them to see how the detection can influence the tracking if at all
I am also facing the issue with the ID number. The increment number is not providing all the time. If at a time 3 person are present the adjacent numbers will be provided. But if a new person emerges in the next frame the Id may be a larger value. Does anyone find a solution?
@bendidi Hello, your method is awesome! But, I am also facing the issue with the ID number.Do you have good ways to solve it? Thanks.
Hi,
I would like to know if there is a way to mitigate the problem of getting the IDs to jump to much from number. I am currently using your code and whenever a new person enters the frame the ID number tends to jump at least 10 numbers up.
Thanks!