Skip to content

Commit 11e52d4

Browse files
committed
Merge branch 4.x
2 parents 61676cb + 39d2892 commit 11e52d4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+5432
-1207
lines changed

testdata/dnn/download_models.py

+15-20
Original file line numberDiff line numberDiff line change
@@ -311,10 +311,21 @@ def is_archive(self):
311311
sha='4922099342af5993d9d09f63081c8a392f3c1cc6',
312312
filename='DenseNet_121.prototxt'),
313313
Model(
314-
name='Fast-Neural-Style',
315-
url='https://github.com/onnx/models/raw/refs/heads/main/validated/vision/style_transfer/fast_neural_style/model/mosaic-9.onnx',
316-
sha='dc3ef19f7f8a5d906c97c84cd4dd2732bb73960a',
317-
filename='mosaic-9.onnx'),
314+
name='Fast-Neural-Style (starry night)',
315+
url=[
316+
'https://cs.stanford.edu/people/jcjohns/fast-neural-style/models/eccv16/starry_night.t7',
317+
'https://dl.opencv.org/models/fast_neural_style_eccv16_starry_night.t7'
318+
],
319+
sha='5b5e115253197b84d6c6ece1dafe6c15d7105ca6',
320+
filename='fast_neural_style_eccv16_starry_night.t7'),
321+
Model(
322+
name='Fast-Neural-Style (feathers)',
323+
url=[
324+
'https://cs.stanford.edu/people/jcjohns/fast-neural-style/models/instance_norm/feathers.t7',
325+
'https://dl.opencv.org/models/fast_neural_style_instance_norm_feathers.t7'
326+
],
327+
sha='9838007df750d483b5b5e90b92d76e8ada5a31c0',
328+
filename='fast_neural_style_instance_norm_feathers.t7'),
318329
Model(
319330
name='MobileNet-SSD (TensorFlow)',
320331
url='http://download.tensorflow.org/models/object_detection/ssd_mobilenet_v1_coco_11_06_2017.tar.gz',
@@ -1198,22 +1209,6 @@ def is_archive(self):
11981209
],
11991210
sha='682e59855466f88eb0cab9d40ca16e9fd6303bea',
12001211
filename='../intel/person-detection-retail-0013/FP32/person-detection-retail-0013.bin'),
1201-
Model(
1202-
name='person-vehicle-bike-detection-2004-fp32 (xml)',
1203-
url=[
1204-
'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',
1205-
'https://dl.opencv.org/models/intel_open_model_zoo/person-vehicle-bike-detection-2004/FP32/person-vehicle-bike-detection-2004.xml'
1206-
],
1207-
sha='55eef16bc3eb58c255ea8edb77216d2ec408c0f8',
1208-
filename='../intel/person-vehicle-bike-detection-2004/FP32/person-vehicle-bike-detection-2004.xml'),
1209-
Model(
1210-
name='person-vehicle-bike-detection-2004-fp32 (weights)',
1211-
url=[
1212-
'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',
1213-
'https://dl.opencv.org/models/intel_open_model_zoo/person-vehicle-bike-detection-2004/FP32/person-vehicle-bike-detection-2004.bin'
1214-
],
1215-
sha='b4b901f53234e87227b81046d7e7aed9a7e6f2c3',
1216-
filename='../intel/person-vehicle-bike-detection-2004/FP32/person-vehicle-bike-detection-2004.bin'),
12171212
]
12181213

12191214
# Note: models will be downloaded to current working directory
975 Bytes
1.01 KB
1.16 KB
975 Bytes
1.01 KB
1.16 KB
2.24 KB
1.38 KB
1.37 KB
1.05 KB
1.75 KB
1.16 KB
1.16 KB
1.28 KB
1.28 KB
1.28 KB
1.28 KB
2.09 KB
1.58 KB
1.09 KB
1.57 KB
1.09 KB
1.57 KB
1.09 KB
1.57 KB
1.08 KB
1.58 KB
1.09 KB
1.37 KB
1.09 KB
1.35 KB
4 KB
1.43 KB
3.69 KB
1.38 KB
4.08 KB
1.08 KB
3.28 KB
1.46 KB
4.51 KB
1.23 KB
3.54 KB

testdata/highgui/gifsuite/gif_big.gif

51.5 KB

testdata/highgui/gifsuite/gif_big.png

158 KB
9.43 KB
16.7 KB
832 Bytes
832 Bytes
834 Bytes
834 Bytes
844 Bytes
844 Bytes
847 Bytes
847 Bytes
851 Bytes
851 Bytes
858 Bytes
858 Bytes
876 Bytes
876 Bytes
883 Bytes
883 Bytes
890 Bytes
890 Bytes
1.08 KB
1.08 KB
1.1 KB
1.1 KB
1.1 KB
1.1 KB
1.12 KB
1.12 KB
1.12 KB
1.12 KB
1.13 KB
1.13 KB
1.14 KB
1.14 KB
1.16 KB
1.16 KB
1.16 KB
1.16 KB
1.06 KB
273 Bytes
29 Bytes
68 Bytes
2.24 KB

0 commit comments

Comments
 (0)