Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zahra Rajabi
py-faster-rcnn
Commits
402cd205
Commit
402cd205
authored
Apr 29, 2015
by
Ross Girshick
Browse files
Make with python layer
parent
027eeb8b
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
402cd205
...
...
@@ -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)
...
...
experiments/README.md
0 → 100644
View file @
402cd205
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`
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment