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

Question regardin DeepSort implementation #12

Open
drapado opened this issue Jan 16, 2020 · 2 comments
Open

Question regardin DeepSort implementation #12

drapado opened this issue Jan 16, 2020 · 2 comments

Comments

@drapado
Copy link

drapado commented Jan 16, 2020

Hi, I have one question regarding the features for the deep association metric on DeepSort. I've noticed you used the CNN to get the features used in DeepSort wich was trained in the MARS dataset. This dataset is meant for person re-identification. Then my question is: How do you deal with object of different classes? I mean, do you use the same network (trained for person re-identification) to generate the deep feature descriptor of objects such as cars?

Thanks in advance!

@rohanchandra30
Copy link
Owner

We used the same network as we observed fairly decent tracking results without re-training the network. Maybe 1-2 % improvement occurs by re-training, but we didn't require it.

@drapado
Copy link
Author

drapado commented Feb 14, 2020

Hi @rohanchandra30,
Thanks for your reply, interesting results. I'm trying to use deepsort with COCO objects, but my experiments show that the original feature extraction network trained con MARS is not able to individually differentiate between different objects. From my experience, it seems to rely a lot on the color of the object, and for a lot of objects that's not useful.

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

2 participants