Skip to content

Commit a74cf6b

Browse files
authored
Merge pull request #1227 from mshabunin:cleanup-dnn-ie-test
download_models: removed obsolete models
2 parents eedd31c + 7584c7f commit a74cf6b

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

testdata/dnn/download_models.py

-16
Original file line numberDiff line numberDiff line change
@@ -1227,22 +1227,6 @@ def is_archive(self):
12271227
],
12281228
sha='682e59855466f88eb0cab9d40ca16e9fd6303bea',
12291229
filename='../intel/person-detection-retail-0013/FP32/person-detection-retail-0013.bin'),
1230-
Model(
1231-
name='person-vehicle-bike-detection-2004-fp32 (xml)',
1232-
url=[
1233-
'https://storage.openvinotoolkit.org/repositories/open_model_zoo/2023.0/models_bin/1/person-vehicle-bike-detection-2004/FP32/person-vehicle-bike-detection-2004.xml',
1234-
'https://dl.opencv.org/models/intel_open_model_zoo/person-vehicle-bike-detection-2004/FP32/person-vehicle-bike-detection-2004.xml'
1235-
],
1236-
sha='55eef16bc3eb58c255ea8edb77216d2ec408c0f8',
1237-
filename='../intel/person-vehicle-bike-detection-2004/FP32/person-vehicle-bike-detection-2004.xml'),
1238-
Model(
1239-
name='person-vehicle-bike-detection-2004-fp32 (weights)',
1240-
url=[
1241-
'https://storage.openvinotoolkit.org/repositories/open_model_zoo/2023.0/models_bin/1/person-vehicle-bike-detection-2004/FP32/person-vehicle-bike-detection-2004.bin',
1242-
'https://dl.opencv.org/models/intel_open_model_zoo/person-vehicle-bike-detection-2004/FP32/person-vehicle-bike-detection-2004.bin'
1243-
],
1244-
sha='b4b901f53234e87227b81046d7e7aed9a7e6f2c3',
1245-
filename='../intel/person-vehicle-bike-detection-2004/FP32/person-vehicle-bike-detection-2004.bin'),
12461230
]
12471231

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

0 commit comments

Comments
 (0)