From 6a86e4c61fbf68b3889816b13e2e5b75211fc0ed 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 3998be647..52cefd6be 100755 --- a/testdata/dnn/download_models.py +++ b/testdata/dnn/download_models.py @@ -1193,7 +1193,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=[ @@ -1209,7 +1209,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