1
- #!/usr/bin/env python3
1
+ #!/usr/bin/env python
2
2
3
3
from __future__ import print_function
4
4
import hashlib
@@ -232,11 +232,6 @@ def handle_bad_download(self):
232
232
url = 'https://github.com/petewarden/tf_ios_makefile_example/raw/master/data/tensorflow_inception_graph.pb' ,
233
233
sha = 'c8a5a000ee8d8dd75886f152a50a9c5b53d726a5' ,
234
234
filename = 'tensorflow_inception_graph.pb' ),
235
- Model (
236
- name = 'Enet' , # https://github.com/e-lab/ENet-training
237
- url = 'https://www.dropbox.com/s/tdde0mawbi5dugq/Enet-model-best.net?dl=1' ,
238
- sha = 'b4123a73bf464b9ebe9cfc4ab9c2d5c72b161315' ,
239
- filename = 'Enet-model-best.net' ),
240
235
Model (
241
236
name = 'Fcn' ,
242
237
url = 'http://dl.caffe.berkeleyvision.org/fcn8s-heavy-pascal.caffemodel' ,
@@ -267,11 +262,6 @@ def handle_bad_download(self):
267
262
url = 'https://raw.githubusercontent.com/chuanqi305/MobileNet-SSD/97406996b1eee2d40eb0a00ae567cf41e23369f9/deploy.prototxt' ,
268
263
sha = '50cf80235a8fcccc641bf9f8efc803edbf21c615' ,
269
264
filename = 'MobileNetSSD_deploy_19e3ec3.prototxt' ),
270
- Model (
271
- name = 'OpenFace' , # https://github.com/cmusatyalab/openface
272
- url = 'https://storage.cmusatyalab.org/openface-models/nn4.small2.v1.t7' ,
273
- sha = 'ac8161a4376fb5a79ceec55d85bbb57ef81da9fe' ,
274
- filename = 'openface_nn4.small2.v1.t7' ),
275
265
Model (
276
266
name = 'YoloV2voc' , # https://pjreddie.com/darknet/yolo/
277
267
url = 'https://pjreddie.com/media/files/yolo-voc.weights' ,
@@ -293,15 +283,10 @@ def handle_bad_download(self):
293
283
sha = '4922099342af5993d9d09f63081c8a392f3c1cc6' ,
294
284
filename = 'DenseNet_121.prototxt' ),
295
285
Model (
296
- name = 'Fast-Neural-Style (starry night)' ,
297
- url = 'http://cs.stanford.edu/people/jcjohns/fast-neural-style/models/eccv16/starry_night.t7' ,
298
- sha = '5b5e115253197b84d6c6ece1dafe6c15d7105ca6' ,
299
- filename = 'fast_neural_style_eccv16_starry_night.t7' ),
300
- Model (
301
- name = 'Fast-Neural-Style (feathers)' ,
302
- url = 'http://cs.stanford.edu/people/jcjohns/fast-neural-style/models/instance_norm/feathers.t7' ,
303
- sha = '9838007df750d483b5b5e90b92d76e8ada5a31c0' ,
304
- filename = 'fast_neural_style_instance_norm_feathers.t7' ),
286
+ name = 'Fast-Neural-Style' ,
287
+ url = 'https://media.githubusercontent.com/media/onnx/models/main/vision/style_transfer/fast_neural_style/model/mosaic-9.onnx' ,
288
+ sha = 'dc3ef19f7f8a5d906c97c84cd4dd2732bb73960a' ,
289
+ filename = 'mosaic-9.onnx' ),
305
290
Model (
306
291
name = 'MobileNet-SSD (TensorFlow)' ,
307
292
url = 'http://download.tensorflow.org/models/object_detection/ssd_mobilenet_v1_coco_11_06_2017.tar.gz' ,
0 commit comments