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

Make detection module for python wrapper #56

Merged
merged 6 commits into from
Jan 26, 2014

Conversation

shelhamer
Copy link
Member

This promotes power_wrapper to its own detection module, generalizes it as needed for use with other networks and data sets, and renames it detector. The further aim of this refactoring is to pave the way for other caffe-derived detectors.

  • Generalize the hardcoded and ImageNet-specific aspects of power_wrapper to ease the use of different architectures and data sets (such as Pascal VOC)
  • Default settings to the imagenet configuration for the sake of the demo
  • Promote power_wrapper to its own submodule caffe.detection as detector

generalize from the imagenet reference to other detection networks:
- refactor to configure for a given net and data source
- determine dimensions of net input and output automatically from blobs
@jeffdonahue
Copy link
Contributor

LGTM, thanks Evan

jeffdonahue added a commit that referenced this pull request Jan 26, 2014
Make detection module for python wrapper
@jeffdonahue jeffdonahue merged commit fb062d4 into BVLC:master Jan 26, 2014
@Yangqing
Copy link
Member

Thumbs up for LGTM

Yangqing

On Sat, Jan 25, 2014 at 6:04 PM, Jeff Donahue notifications@github.comwrote:

LGTM, thanks Evan

Reply to this email directly or view it on GitHubhttps://github.com//pull/56#issuecomment-33306833
.

@shelhamer shelhamer deleted the detection-wrapper branch January 26, 2014 03:28
mitmul pushed a commit to mitmul/caffe that referenced this pull request Sep 30, 2014
Make detection module for python wrapper
thatguymike pushed a commit to thatguymike/caffe that referenced this pull request Oct 31, 2015
naibaf7 added a commit that referenced this pull request Feb 7, 2017
Compilation fails for caffe opencl branch in CPU_ONLY mode issue #55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants