From 2d2055a4b2708045b15a0ef637eae95c2a202d43 Mon Sep 17 00:00:00 2001 From: Evan Shelhamer Date: Mon, 11 Aug 2014 16:40:02 -0700 Subject: [PATCH] [examples] fix links in feature extraction --- examples/feature_extraction/readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/feature_extraction/readme.md b/examples/feature_extraction/readme.md index 357f31d..4aab26c 100644 --- a/examples/feature_extraction/readme.md +++ b/examples/feature_extraction/readme.md @@ -1,6 +1,6 @@ --- title: Feature extraction with Caffe C++ code. -description: Extract AlexNet features using the Caffe binary. +description: Extract CaffeNet / AlexNet features using the Caffe utility. category: example include_in_docs: true layout: default @@ -10,8 +10,8 @@ priority: 10 Extracting Features =================== -In this tutorial, we will extract features using a pre-trained model. -Follow instructions for [setting up caffe](installation.html) and for [getting](getting_pretrained_models.html) the pre-trained ImageNet model. +In this tutorial, we will extract features using a pre-trained model with the included C++ utility. +Follow instructions for [installing Caffe](../../installation.html) and for [downloading the reference model](../../getting_pretrained_models.html) for ImageNet. If you need detailed information about the tools below, please consult their source code, in which additional documentation is usually provided. Select data to run on -- 2.7.4