Skip to content

Commit

Permalink
Merge pull request #4051 from samster25/master
Browse files Browse the repository at this point in the history
fix typo in download script command cpp_classification
  • Loading branch information
shelhamer committed Apr 27, 2016
2 parents c6d93da + 8619fbb commit 886563b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cpp_classification/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 886563b

Please sign in to comment.