Skip to content

Commit 28e3fba

Browse files
authored
Merge pull request #1097 from alexlyulkov:al/remove-torch7-from-dnn
Removed torch7 models
2 parents 261dd8c + 0f17fd8 commit 28e3fba

File tree

103 files changed

+5
-2268
lines changed

Some content is hidden

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

103 files changed

+5
-2268
lines changed

testdata/dnn/download_models.py

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/env python
22

33
from __future__ import print_function
44
import hashlib
@@ -232,11 +232,6 @@ def handle_bad_download(self):
232232
url='https://github.com/petewarden/tf_ios_makefile_example/raw/master/data/tensorflow_inception_graph.pb',
233233
sha='c8a5a000ee8d8dd75886f152a50a9c5b53d726a5',
234234
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'),
240235
Model(
241236
name='Fcn',
242237
url='http://dl.caffe.berkeleyvision.org/fcn8s-heavy-pascal.caffemodel',
@@ -267,11 +262,6 @@ def handle_bad_download(self):
267262
url='https://raw.githubusercontent.com/chuanqi305/MobileNet-SSD/97406996b1eee2d40eb0a00ae567cf41e23369f9/deploy.prototxt',
268263
sha='50cf80235a8fcccc641bf9f8efc803edbf21c615',
269264
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'),
275265
Model(
276266
name='YoloV2voc', # https://pjreddie.com/darknet/yolo/
277267
url='https://pjreddie.com/media/files/yolo-voc.weights',
@@ -293,15 +283,10 @@ def handle_bad_download(self):
293283
sha='4922099342af5993d9d09f63081c8a392f3c1cc6',
294284
filename='DenseNet_121.prototxt'),
295285
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'),
305290
Model(
306291
name='MobileNet-SSD (TensorFlow)',
307292
url='http://download.tensorflow.org/models/object_detection/ssd_mobilenet_v1_coco_11_06_2017.tar.gz',

testdata/dnn/lena_feathers.png

-105 KB
Binary file not shown.

testdata/dnn/lena_starry_night.png

-120 KB
Binary file not shown.
-1.09 KB
Binary file not shown.
-1.24 KB
Binary file not shown.
-1.09 KB
Binary file not shown.
-1.09 KB
Binary file not shown.
-1.24 KB
Binary file not shown.
Binary file not shown.

testdata/dnn/torch/net_cadd_table_input.txt

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)