From 982e6fc7213d829122ec252629bea2adf01d6b7d Mon Sep 17 00:00:00 2001 From: George Wilson Date: Thu, 28 Mar 2019 19:31:38 +0000 Subject: [PATCH] Merge pull request #14154 from GeorgeWilson96:bugfix/14148 * Fixed #14148 Broken Documentation Link * fixup: use 3.4 branch --- doc/tutorials/dnn/dnn_googlenet/dnn_googlenet.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorials/dnn/dnn_googlenet/dnn_googlenet.markdown b/doc/tutorials/dnn/dnn_googlenet/dnn_googlenet.markdown index 1f26c37035..4c5ebf9ee2 100644 --- a/doc/tutorials/dnn/dnn_googlenet/dnn_googlenet.markdown +++ b/doc/tutorials/dnn/dnn_googlenet/dnn_googlenet.markdown @@ -25,7 +25,7 @@ Explanation [bvlc_googlenet.caffemodel](http://dl.caffe.berkeleyvision.org/bvlc_googlenet.caffemodel) Also you need file with names of [ILSVRC2012](http://image-net.org/challenges/LSVRC/2012/browse-synsets) classes: - [classification_classes_ILSVRC2012.txt](https://github.com/opencv/opencv/tree/3.4/samples/dnn/classification_classes_ILSVRC2012.txt). + [classification_classes_ILSVRC2012.txt](https://github.com/opencv/opencv/blob/3.4/samples/data/dnn/classification_classes_ILSVRC2012.txt). Put these files into working dir of this program example.