Skip to content

Commit 96a74a3

Browse files
authored
Merge pull request #1224 from mshabunin:fix-dnn-files-5x
dnn: fixed wrong names in downloaded files (5.x)
2 parents 0e3b933 + 6a86e4c commit 96a74a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testdata/dnn/download_models.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1193,7 +1193,7 @@ def is_archive(self):
11931193
'https://dl.opencv.org/models/intel_open_model_zoo/person-detection-retail-0013/FP32/person-detection-retail-0013.bin'
11941194
],
11951195
sha='682e59855466f88eb0cab9d40ca16e9fd6303bea',
1196-
filename='../intel/person-detection-retail-0013/FP32/person-detection-retail-0013.xml'),
1196+
filename='../intel/person-detection-retail-0013/FP32/person-detection-retail-0013.bin'),
11971197
Model(
11981198
name='person-vehicle-bike-detection-2004-fp32 (xml)',
11991199
url=[
@@ -1209,7 +1209,7 @@ def is_archive(self):
12091209
'https://dl.opencv.org/models/intel_open_model_zoo/person-vehicle-bike-detection-2004/FP32/person-vehicle-bike-detection-2004.bin'
12101210
],
12111211
sha='b4b901f53234e87227b81046d7e7aed9a7e6f2c3',
1212-
filename='../intel/person-vehicle-bike-detection-2004/FP32/person-vehicle-bike-detection-2004.xml'),
1212+
filename='../intel/person-vehicle-bike-detection-2004/FP32/person-vehicle-bike-detection-2004.bin'),
12131213
]
12141214

12151215
# Note: models will be downloaded to current working directory

0 commit comments

Comments
 (0)