@@ -311,10 +311,21 @@ def is_archive(self):
311
311
sha = '4922099342af5993d9d09f63081c8a392f3c1cc6' ,
312
312
filename = 'DenseNet_121.prototxt' ),
313
313
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' ),
318
329
Model (
319
330
name = 'MobileNet-SSD (TensorFlow)' ,
320
331
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):
1198
1209
],
1199
1210
sha = '682e59855466f88eb0cab9d40ca16e9fd6303bea' ,
1200
1211
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' ),
1217
1212
]
1218
1213
1219
1214
# Note: models will be downloaded to current working directory
0 commit comments