Skip to content

Commit 32d1eb3

Browse files
committed
dnn: fix links
1 parent 34c0ab5 commit 32d1eb3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/dnn/test/pascal_semsegm_test_fcn.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,9 @@ def process(self, frameworks, data_fetcher):
204204
parser.add_argument("--val_names", help="path to file with validation set image names, download it here: "
205205
"https://github.com/shelhamer/fcn.berkeleyvision.org/blob/master/data/pascal/seg11valid.txt")
206206
parser.add_argument("--cls_file", help="path to file with colors for classes, download it here: "
207-
"https://github.com/opencv/opencv/blob/master/modules/samples/data/dnn/pascal-classes.txt")
207+
"https://github.com/opencv/opencv/blob/master/samples/data/dnn/pascal-classes.txt")
208208
parser.add_argument("--prototxt", help="path to caffe prototxt, download it here: "
209-
"https://github.com/opencv/opencv/blob/master/modules/samples/data/dnn/fcn8s-heavy-pascal.prototxt")
209+
"https://github.com/opencv/opencv/blob/master/samples/data/dnn/fcn8s-heavy-pascal.prototxt")
210210
parser.add_argument("--caffemodel", help="path to caffemodel file, download it here: "
211211
"http://dl.caffe.berkeleyvision.org/fcn8s-heavy-pascal.caffemodel")
212212
parser.add_argument("--log", help="path to logging file")

modules/dnn/tutorials/tutorial_dnn_halide.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ When you build OpenCV add the following configuration flags:
9393
Download Caffe model from SqueezeNet repository: [train_val.prototxt](https://github.com/DeepScale/SqueezeNet/blob/master/SqueezeNet_v1.1/train_val.prototxt) and [squeezenet_v1.1.caffemodel](https://github.com/DeepScale/SqueezeNet/blob/master/SqueezeNet_v1.1/squeezenet_v1.1.caffemodel).
9494

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

9898
Put these files into working dir of this program example.
9999

0 commit comments

Comments
 (0)