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

Difference between original paper and code #321

Open
Hope1337 opened this issue Nov 20, 2023 · 1 comment
Open

Difference between original paper and code #321

Hope1337 opened this issue Nov 20, 2023 · 1 comment

Comments

@Hope1337
Copy link

Hope1337 commented Nov 20, 2023

In original paper (on page 2, section 2.2) the authors said that they keep last 100 feature for each track to calculate the cosine distance metric :

image

But in their code here, they delete all feature every time a confirmed track has been update :

image

I don't understand why, I am interested in it because I want to use deepSORT in my own project and utilize the feature vector for some purpose.

@Hope1337
Copy link
Author

@nwojke I apologize for bothering you, but the purpose is to optimize for time and memory, isn't it?

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

1 participant