From b6da40a57cbfa82829d5f520092257935291c0b3 Mon Sep 17 00:00:00 2001 From: Evan Shelhamer Date: Tue, 20 May 2014 14:42:37 -0700 Subject: [PATCH] fix detection notebook link --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index bc1969f..2a23af0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -39,7 +39,7 @@ Even in CPU mode, computing predictions on an image takes only 20 ms when images * [Feature extraction with C++](/feature_extraction.html): feature extraction using pre-trained model. [imagenet_classification]: http://nbviewer.ipython.org/github/BVLC/caffe/blob/master/examples/imagenet_classification.ipynb -[detection]: http://nbviewer.ipython.org/github/BVLC/caffe/blob/master/examples/detection_search_demo.ipynb +[detection]: http://nbviewer.ipython.org/github/BVLC/caffe/blob/master/examples/detection.ipynb [visualizing_filters]: http://nbviewer.ipython.org/github/BVLC/caffe/blob/master/examples/filter_visualization.ipynb ## Citing Caffe -- 2.7.4