Skip to content

Commit 34c0ab5

Browse files
committed
dnn: fix some tutorial links
1 parent ef2e5a9 commit 34c0ab5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/dnn/tutorials/tutorial_dnn_googlenet.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ We will demonstrate results of this example on the following picture.
1313
Source Code
1414
-----------
1515

16-
We will be using snippets from the example application, that can be downloaded [here](https://github.com/opencv/opencv/blob/master/modules/samples/dnn/caffe_googlenet.cpp).
16+
We will be using snippets from the example application, that can be downloaded [here](https://github.com/opencv/opencv/blob/master/samples/dnn/caffe_googlenet.cpp).
1717

1818
@include dnn/caffe_googlenet.cpp
1919

2020
Explanation
2121
-----------
2222

2323
-# Firstly, download GoogLeNet model files:
24-
[bvlc_googlenet.prototxt ](https://raw.githubusercontent.com/opencv/opencv/master/modules/samples/data/dnn/bvlc_googlenet.prototxt) and
24+
[bvlc_googlenet.prototxt ](https://raw.githubusercontent.com/opencv/opencv/master/samples/data/dnn/bvlc_googlenet.prototxt) and
2525
[bvlc_googlenet.caffemodel](http://dl.caffe.berkeleyvision.org/bvlc_googlenet.caffemodel)
2626

2727
Also you need file with names of [ILSVRC2012](http://image-net.org/challenges/LSVRC/2012/browse-synsets) classes:
28-
[synset_words.txt](https://raw.githubusercontent.com/opencv/opencv/master/modules/samples/data/dnn/synset_words.txt).
28+
[synset_words.txt](https://raw.githubusercontent.com/opencv/opencv/master/samples/data/dnn/synset_words.txt).
2929

3030
Put these files into working dir of this program example.
3131

@@ -63,4 +63,4 @@ Explanation
6363
For our image we get:
6464
> Best class: #812 'space shuttle'
6565
>
66-
> Probability: 99.6378%
66+
> Probability: 99.6378%

0 commit comments

Comments
 (0)