pycaffe Detector crops with surrounding context
authorEvan Shelhamer <shelhamer@imaginarynumber.net>
Mon, 9 Jun 2014 03:31:35 +0000 (20:31 -0700)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Tue, 10 Jun 2014 01:14:25 +0000 (18:14 -0700)
commit4992abecec7214bce3c07497438c2e1ff963e657
tree3d23c4c2ca994ba9e42febdaf46f495f52d6b020
parenta57b8d5b4093b7bdba9f02b278b9823c290a0b7d
pycaffe Detector crops with surrounding context

- caffe.Detector learned how to crop windows with context in the R-CNN
  style s.t. the bordero of the network input is a given amount of
  context.
- add --context_pad arg to detect.py for amount of context. Default is
  16, as in R-CNN.
python/caffe/detector.py
python/detect.py