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

About dump_network.cpp #139

Closed
dilincv opened this issue Feb 21, 2014 · 4 comments
Closed

About dump_network.cpp #139

dilincv opened this issue Feb 21, 2014 · 4 comments

Comments

@dilincv
Copy link

dilincv commented Feb 21, 2014

Hey guys!
I found a .cpp named "dump_network". I would like to ask whether this file is for extracting the intermediate feature?
If so, I want to inquire what does the param "input_blob" mean? Is it an image? Or should I convert the a into the format which can be processed by protobuf, so as to call this function to derive the feature? How to convert it?
Much thanks for any suggestion or example about how to call this function!

@shelhamer
Copy link
Member

See #20. You can use dump_network for feature extraction, but will likely find the wrapper interface to be easier and more selective. In the future, please search the issues first before posting.

@kloudkl
Copy link
Contributor

kloudkl commented Feb 23, 2014

A few convenience Getter methods are added to Net to simplify feature extraction. Please take a look at Pull Request #141: Image retrieval example and make a comment.

@dilincv
Copy link
Author

dilincv commented Feb 23, 2014

Thanks a lot! I'm reading #141 and exploring it.

@kloudkl
Copy link
Contributor

kloudkl commented Mar 15, 2014

@ANDEHK, did you deleted your comment here related to #141? It is now continued in #161. Please update the code from there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants