deep_sort_pytorch icon indicating copy to clipboard operation
deep_sort_pytorch copied to clipboard

object id recycling

Open netdur opened this issue 3 years ago • 2 comments

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.

netdur avatar Oct 24 '21 02:10 netdur

same problem

CatIIIIIIII avatar Jul 24 '22 03:07 CatIIIIIIII

I think this problem due to person re-identification not perfect you have two option if you need to solve this issue :

  1. change the model of person re-identificatioon (recommended)
  2. 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)

LamnouarMohamed avatar Jul 24 '22 07:07 LamnouarMohamed