From d40dc682783468e0c3bb2034fd3ec06ccc3fcb5f Mon Sep 17 00:00:00 2001 From: Maksim Shabunin Date: Wed, 11 Dec 2024 18:11:05 +0300 Subject: [PATCH] dnn: fixed wrong names in downloaded files --- testdata/dnn/download_models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testdata/dnn/download_models.py b/testdata/dnn/download_models.py index e38fa6bf6..f602cce1c 100755 --- a/testdata/dnn/download_models.py +++ b/testdata/dnn/download_models.py @@ -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=[ @@ -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