summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEvan Shelhamer <shelhamer@imaginarynumber.net>2014-06-08 16:53:06 -0700
committerEvan Shelhamer <shelhamer@imaginarynumber.net>2014-06-09 18:14:26 -0700
commitd443d4611e1a6740960a758e600de02f72e29dbc (patch)
tree9b752eb32478be3028b702d361890fc31636909f /docs
parent4992abecec7214bce3c07497438c2e1ff963e657 (diff)
downloadcaffeonacl-d443d4611e1a6740960a758e600de02f72e29dbc.tar.gz
caffeonacl-d443d4611e1a6740960a758e600de02f72e29dbc.tar.bz2
caffeonacl-d443d4611e1a6740960a758e600de02f72e29dbc.zip
make R-CNN the Caffe detection example
Diffstat (limited to 'docs')
-rw-r--r--docs/getting_pretrained_models.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/getting_pretrained_models.md b/docs/getting_pretrained_models.md
index bd342f70..a7b5e875 100644
--- a/docs/getting_pretrained_models.md
+++ b/docs/getting_pretrained_models.md
@@ -24,4 +24,6 @@ This page will be updated as more models become available.
- The best validation performance during training was iteration 358,000 with
validation accuracy 57.258% and loss 1.83948.
+**R-CNN (ILSVRC13)**: The pure Caffe instantiation of the [R-CNN](https://github.com/rbgirshick/rcnn) model for ILSVRC13 detection. Download the model (230.8MB) by running `examples/imagenet/get_caffe_rcnn_imagenet_model.sh` from the Caffe root directory. This model was made by transplanting the R-CNN SVM classifiers into a `fc-rcnn` classification layer, provided here as an off-the-shelf Caffe detector. Try the [detection example](http://nbviewer.ipython.org/github/BVLC/caffe/blob/master/examples/detection.ipynb) to see it in action. For the full details, refer to the R-CNN site. *N.B. For research purposes, make use of the official R-CNN package and not this example.*
+
Additionally, you will probably eventually need some auxiliary data (mean image, synset list, etc.): run `data/ilsvrc12/get_ilsvrc_aux.sh` from the root directory to obtain it.