-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
Improved matcaffe #223
Improved matcaffe #223
Conversation
@rbgirshick @jeffdonahue please review and merge since you know the relation of the wrapper to R-CNN too. |
@sguada this needs a rebase. |
@shelhamer I will wait a bit before doing another rebase, until dev settle down. |
Having matcaffe return descriptors with appropriate dims would help me a lot in my current experiments. Any chance we can integrate this PR soon? |
I will give it another try tomorrow. Hopefully this time gets merged before Sergio 2014-03-28 13:04 GMT-07:00 Forrest Iandola [email protected]:
|
Great Sergio! We'll try to review it soon after it's done :) Le dimanche 30 mars 2014, Sergio Guadarrama [email protected] a
|
@shelhamer @jeffdonahue @rbgirshick @forresti ready to merge :) |
Thanks @sguada! Merged. (At some point it would be great to have a few basic unit tests for the MATLAB and Python wrappers.) |
Thanks!!! :)
|
Great!! @forresti let me know if you need something else from matcaffe |
Improved matcaffe
CUB checked in
This PR replaces #132 (see for the discussion)
Reshaped outputs of matcaffe forward to keep it parallel to the caffe representation.
Added get_weights from Ross to be able to get the weights from the network.
Added backward to matcaffe inspired by the pycaffe code (not tested yet)
Added new batch processing demo.
Removed fillers to avoid #178