Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

object id recycling #232

Open
netdur opened this issue Oct 24, 2021 · 2 comments
Open

object id recycling #232

netdur opened this issue Oct 24, 2021 · 2 comments

Comments

@netdur
Copy link

netdur commented Oct 24, 2021

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.

@CatIIIIIIII
Copy link

same problem

@LamnouarMohamed
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants