deep_sort_pytorch
deep_sort_pytorch copied to clipboard
object id recycling
Hello, I have found out that deep sort do re-assign ids after original object is out of frames for long time, how to prevent this? I mean I want to assign unique id (UUID) for every object.
same problem
I think this problem due to person re-identification not perfect you have two option if you need to solve this issue :
- change the model of person re-identificatioon (recommended)
- or when the person if out of frame you can exclue when you need to calculate the similarity matrix (not recommeded because maybe this person after several minutes back to the scene)