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

How do miniCaffe used in MTCNN? #42

Open
hao201707 opened this issue Jul 13, 2017 · 3 comments
Open

How do miniCaffe used in MTCNN? #42

hao201707 opened this issue Jul 13, 2017 · 3 comments

Comments

@hao201707
Copy link

mtcnn need net_input_blobs_ and net_output_blobs_ but minicaffe not include, how change to mtcnn?

@luoyetx
Copy link
Owner

luoyetx commented Jul 13, 2017

use net->blob_by_name() function to get data pointer from network internal blobs.

You can refer to the exampes.

@yonadavs
Copy link

use net->blob_by_name() function to get data pointer from network internal blobs.

I'm also interested in trying MTCNN with mini-caffe, but I still don't understand.
How can I replace it? using blob_by_name("input")?
also, input_blobs() return a vector of blobs, but blob_by_name returns a shared_ptr.
How should I use it?
Thanks!

@QiYueFeiXue
Copy link

I have solved this problem, look at this https://github.com/QiYueFeiXue/MTCNN/tree/run_minicaffe

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

4 participants