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
a25ae1d7
Commit
a25ae1d7
authored
Apr 29, 2015
by
Ross Girshick
Browse files
Update README.md
parent
e240ec2c
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
a25ae1d7
...
...
@@ -27,12 +27,17 @@ If you find R-CNN useful in your research, please consider citing:
Year = {2015}
}
###
Installation r
equirements
###
R
equirements
: software
1.
Requirements for Caffe and pycaffe (see:
[
Caffe installation instructions
](
http://caffe.berkeleyvision.org/installation.html
)
)
2.
Additional
Python packages: cython, python-opencv, easydict
1.
Requirements for
`
Caffe
`
and
`
pycaffe
`
(see:
[
Caffe installation instructions
](
http://caffe.berkeleyvision.org/installation.html
)
)
2.
Python packages
you might not have
:
`
cython
`
,
`
python-opencv
`
,
`
easydict
`
3.
[optional] MATLAB (required for PASCAL VOC evaluation only)
### Requirements: hardware
1.
For training smaller networks (CaffeNet, VGG_CNN_M_1024) a good GPU (e.g., Titan, K20, K40, ...) with at least 3G of memory suffices
2.
For training with VGG16, you'll need a K40 (~11G of memory)
### Installation (sufficient for the demo)
1.
Clone the Fast R-CNN repository
...
...
data/README.md
View file @
a25ae1d7
This directory holds:
-
Precomputed object proposals
-
Caffe models pretrained on ImageNet
This directory holds
(
*after you download them*
)
:
-
Pre
-
computed object proposals
-
Caffe models pre
-
trained on ImageNet
-
Fast R-CNN models
-
Symlinks to datasets
To download precomputed
s
elective
s
earch proposals, run:
To download precomputed
S
elective
S
earch proposals
for PASCAL VOC 2007 and 2012
, run:
```
./
tools
/scripts/fetch_selective_search_data.sh
./
data
/scripts/fetch_selective_search_data.sh
```
This script will populate
`data/selective_search_data`
.
To download Caffe models pretrained on ImageNet, run:
To download Caffe models
(CaffeNet, VGG_CNN_M_1024, VGG16)
pre
-
trained on ImageNet, run:
```
./
tools
/scripts/fetch_imagenet_models.sh
./
data
/scripts/fetch_imagenet_models.sh
```
This script will populate
`data/imagenet_models`
.
To download Fast R-CNN models, run:
To download Fast R-CNN models
trained on VOC 2007
, run:
```
./
tools
/scripts/fetch_fast_rcnn_models.sh
./
data
/scripts/fetch_fast_rcnn_models.sh
```
This script will populate
`data/fast_rcnn_models`
.
...
...
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