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

MultiboxPeopleDetection #5

Open
DomLi opened this issue Oct 4, 2017 · 3 comments
Open

MultiboxPeopleDetection #5

DomLi opened this issue Oct 4, 2017 · 3 comments

Comments

@DomLi
Copy link

DomLi commented Oct 4, 2017

Hi,
I am emgu official user, and currently try to train own model used for MultiboxPeopleDetection
but really confused how to train my own model used in as MultiboxPeopleDetection.
Thanks

@emgucv
Copy link
Owner

emgucv commented Oct 5, 2017

First a disclaimer: I have not trained my own Single Shot Detector (The algorithm behind Multibox People Detection) with Tensorflow, but here is some information that I will read through if I need to train one:
https://github.com/balancap/SSD-Tensorflow
https://github.com/georgesung/ssd_tensorflow_traffic_sign_detection
https://github.com/seann999/ssd_tensorflow

Or you can use the original Caffee implementation to train an SSD: https://github.com/weiliu89/caffe/tree/ssd
and use the following tools to convert the Caffee model to Tensorflow:
https://github.com/ethereon/caffe-tensorflow

@DomLi
Copy link
Author

DomLi commented Oct 5, 2017 via email

@DomLi
Copy link
Author

DomLi commented Oct 6, 2017 via email

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