Skip to content

Commit

Permalink
dnn: fixed wrong names in downloaded files
Browse files Browse the repository at this point in the history
  • Loading branch information
mshabunin committed Dec 11, 2024
1 parent 32d9605 commit d40dc68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testdata/dnn/download_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,7 @@ def is_archive(self):
'https://dl.opencv.org/models/intel_open_model_zoo/person-detection-retail-0013/FP32/person-detection-retail-0013.bin'
],
sha='682e59855466f88eb0cab9d40ca16e9fd6303bea',
filename='../intel/person-detection-retail-0013/FP32/person-detection-retail-0013.xml'),
filename='../intel/person-detection-retail-0013/FP32/person-detection-retail-0013.bin'),
Model(
name='person-vehicle-bike-detection-2004-fp32 (xml)',
url=[
Expand All @@ -1242,7 +1242,7 @@ def is_archive(self):
'https://dl.opencv.org/models/intel_open_model_zoo/person-vehicle-bike-detection-2004/FP32/person-vehicle-bike-detection-2004.bin'
],
sha='b4b901f53234e87227b81046d7e7aed9a7e6f2c3',
filename='../intel/person-vehicle-bike-detection-2004/FP32/person-vehicle-bike-detection-2004.xml'),
filename='../intel/person-vehicle-bike-detection-2004/FP32/person-vehicle-bike-detection-2004.bin'),
]

# Note: models will be downloaded to current working directory
Expand Down

0 comments on commit d40dc68

Please sign in to comment.