提交 58300b54 编写于 作者: R Ross Girshick

Update README.md

上级 402cd205
...@@ -29,12 +29,15 @@ If you find R-CNN useful in your research, please consider citing: ...@@ -29,12 +29,15 @@ If you find R-CNN useful in your research, please consider citing:
### Requirements: software ### Requirements: software
1. Requirements for `Caffe` and `pycaffe` (see: [Caffe installation instructions](http://caffe.berkeleyvision.org/installation.html)) 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
**Note:** Caffe *must* be built with support for Python layers!
```make ```make
# In your Makefile.config, make sure to have this line uncommented # In your Makefile.config, make sure to have this line uncommented
WITH_PYTHON_LAYER := 1 WITH_PYTHON_LAYER := 1
``` ```
You can download my [Makefile.config](http://www.cs.berkeley.edu/~rbg/fast-rcnn-data/Makefile.config) for reference. 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` 2. Python packages you might not have: `cython`, `python-opencv`, `easydict`
3. [optional] MATLAB (required for PASCAL VOC evaluation only) 3. [optional] MATLAB (required for PASCAL VOC evaluation only)
...@@ -182,4 +185,4 @@ Test output is written underneath `$FRCN_ROOT/output`. ...@@ -182,4 +185,4 @@ Test output is written underneath `$FRCN_ROOT/output`.
``` ```
### Experiment scripts ### Experiment scripts
Scripts to reproduce the experiments in the paper (up to stochastic variation) are provided in `$FRCN_ROOT/experiments/scripts`. Log files for experiments are located in `experiments/logs`. Scripts to reproduce the experiments in the paper (*up to stochastic variation*) are provided in `$FRCN_ROOT/experiments/scripts`. Log files for experiments are located in `experiments/logs`.
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册