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

Add person re-identification processor #82

Open
rominf opened this issue Jul 14, 2019 · 4 comments
Open

Add person re-identification processor #82

rominf opened this issue Jul 14, 2019 · 4 comments
Assignees

Comments

@rominf
Copy link

rominf commented Jul 14, 2019

No description provided.

@jadielam jadielam self-assigned this Jul 15, 2019
@jadielam
Copy link
Collaborator

Will be implementing deepsort. Does it sound like what you are looking for?
https://arxiv.org/abs/1703.07402

@rominf
Copy link
Author

rominf commented Jul 15, 2019

I was talking about person re-identification using neural networks (mostly convolutional). Here is a nice list of papers: https://github.com/bismex/Awesome-person-re-identification. Here is a nice implementation of many models: https://github.com/KaiyangZhou/deep-person-reid.

But actually, right now, deepsort will suit my needs fine too and should be beneficial for other people too. So, I'm all for it! Thank you! :)

@rominf
Copy link
Author

rominf commented Sep 3, 2019

@jadielam I see that you've implemented (in contrib repo) both: DeepSort and Person Re-id. Thank you!

Can you provide an example code of how to use them in the pipeline? When I try to use DeepSort tracker the same way as KalmanFilterBoundingBoxTracker I get TypeError: 'Tracker' object is not callable.

@jadielam
Copy link
Collaborator

jadielam commented Sep 3, 2019

Will be working on it. I will soon do it. I have not been as careful with contrib as with videoflow with regards as code quality. I will start to pick it up there too.

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