-
Notifications
You must be signed in to change notification settings - Fork 18.6k
Window Data Layer for Detection Finetuning #245
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
Conversation
matlab/caffe/matcaffe.cpp
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rbgirshick to the best of my knowledge this was just an out-of-date comment, but please check for me.
|
Just read through the code - all looks good to me. I'll compile and test the updated matcaffe wrapper too. |
this commit (in addition to all caffe unit tests passing)
|
Just tested the matcaffe wrapper and that everything matches up in the RCNN system - computed features are identical to previously computed ones. |
This is my integration of the window data layer authored by Ross Girshick as part of R-CNN [1]. This data layer is useful for the finetuning of detectors by training on window crops instead of whole images.
This change was meant for release 0.99 and will be retroactively added to the release once merged.
[1] Ross Girshick, Jeff Donahue, Trevor Darrell, Jitendra Malik. Rich feature hierarchies for accurate object detection and semantic segmentation. Arxiv 2013.