From 8e739cdd577e59576f1948a75312616ef94ed101 Mon Sep 17 00:00:00 2001 From: Ross Girshick Date: Wed, 14 May 2014 21:38:58 -0700 Subject: [PATCH] Pre-trained ILSVRC2013 (ImageNet) detection models Link to data package for pre-trained ILSVRC2013 models --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 06433ce..6f23e86 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,8 @@ Method | ILSVRC2013 test mAP R-CNN bbox reg | 31.4% * For more details see the updated [R-CNN tech report](http://arxiv.org/abs/1311.2524v3) (Sections 2.5 and 4, in particular) -* Code updates and pre-trained ImageNet detectors are coming soon +* Pre-trained models are available in a new [ILSVRC2013 data package](http://www.cs.berkeley.edu/~rbg/r-cnn-release1-data-ilsvrc2013.tgz) +* The code that was used for training is in the `ilsvrc` branch (still needs some cleanup before merging into `master`) ### Installing R-CNN