fixed typo in download script command cpp_classification
authorSammy Sidhu <sammy.sidhu@gmail.com>
Wed, 27 Apr 2016 10:05:30 +0000 (03:05 -0700)
committerSammy Sidhu <sammy.sidhu@gmail.com>
Wed, 27 Apr 2016 10:05:30 +0000 (03:05 -0700)
examples/cpp_classification/readme.md

index a086db1..0de2885 100644 (file)
@@ -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: