提交 402cd205 编写于 作者: R Ross Girshick

Make with python layer

上级 027eeb8b
......@@ -30,6 +30,12 @@ If you find R-CNN useful in your research, please consider citing:
### Requirements: software
1. Requirements for `Caffe` and `pycaffe` (see: [Caffe installation instructions](http://caffe.berkeleyvision.org/installation.html))
**Note:** Caffe must be built with support for Python layers
```make
# In your Makefile.config, make sure to have this line uncommented
WITH_PYTHON_LAYER := 1
```
You can download my [Makefile.config](http://www.cs.berkeley.edu/~rbg/fast-rcnn-data/Makefile.config) for reference.
2. Python packages you might not have: `cython`, `python-opencv`, `easydict`
3. [optional] MATLAB (required for PASCAL VOC evaluation only)
......
Scripts to reproduce (most) of the experiments in the paper.
Scripts are under `experiments/scripts`.
Each script saves a log file under `experiments/logs`.
Configuration override files used in the experiments are stored in `experiments/cfgs`.
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册