From: Sammy Sidhu Date: Wed, 27 Apr 2016 10:05:30 +0000 (-0700) Subject: fixed typo in download script command cpp_classification X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8619fbb90f2b5546ea8cb7c4021216d978d4cbc4;p=platform%2Fupstream%2Fcaffe.git fixed typo in download script command cpp_classification --- diff --git a/examples/cpp_classification/readme.md b/examples/cpp_classification/readme.md index a086db1..0de2885 100644 --- a/examples/cpp_classification/readme.md +++ b/examples/cpp_classification/readme.md @@ -42,7 +42,7 @@ script: The ImageNet labels file (also called the *synset file*) is also required in order to map a prediction to the name of the class: ``` -./data/ilsvrc12/get_ilsvrc_aux.sh. +./data/ilsvrc12/get_ilsvrc_aux.sh ``` Using the files that were downloaded, we can classify the provided cat image (`examples/images/cat.jpg`) using this command: