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

spp-net first steps #2593

Closed
etienne87 opened this issue Jun 12, 2015 · 2 comments
Closed

spp-net first steps #2593

etienne87 opened this issue Jun 12, 2015 · 2 comments

Comments

@etienne87
Copy link

Did anyone try to reproduce first steps of SPP-Net? What i would like to try is to run first half of alexnet (data -> conv5), define several levels of pyramid with custom maxpool layer in python to output blobs of different sizes, & then run second half (fc6-conv -> fc8-conv) for all the different levels in the pyramid. is there an example somewhere on how to define layers without the proto txt file?

@BlGene
Copy link
Contributor

BlGene commented Jun 15, 2015

It is possible to define network structure in python, see #2086 ( as of yet unmerged).

For python layers see here.

In case you haven't used caffe a lot please note that a SPP pooling layer was merged recently #2177 so specifying this from a prototxt file would probably be easiest way to get started.

This is a usage question and would belong on the mailing list.

BR, Max

@etienne87
Copy link
Author

Thanks a lot Max! and Sorry about putting this into issues.

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