Skip to content

Commit 402cd20

Browse files
committed
Make with python layer
1 parent 027eeb8 commit 402cd20

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ If you find R-CNN useful in your research, please consider citing:
3030
### Requirements: software
3131

3232
1. Requirements for `Caffe` and `pycaffe` (see: [Caffe installation instructions](http://caffe.berkeleyvision.org/installation.html))
33+
**Note:** Caffe must be built with support for Python layers
34+
```make
35+
# In your Makefile.config, make sure to have this line uncommented
36+
WITH_PYTHON_LAYER := 1
37+
```
38+
You can download my [Makefile.config](http://www.cs.berkeley.edu/~rbg/fast-rcnn-data/Makefile.config) for reference.
3339
2. Python packages you might not have: `cython`, `python-opencv`, `easydict`
3440
3. [optional] MATLAB (required for PASCAL VOC evaluation only)
3541

experiments/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Scripts to reproduce (most) of the experiments in the paper.
2+
3+
Scripts are under `experiments/scripts`.
4+
5+
Each script saves a log file under `experiments/logs`.
6+
7+
Configuration override files used in the experiments are stored in `experiments/cfgs`.

0 commit comments

Comments
 (0)