Skip to content

Removed torch7 models #1097

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 5 additions & 20 deletions testdata/dnn/download_models.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

from __future__ import print_function
import hashlib
Expand Down Expand Up @@ -232,11 +232,6 @@ def handle_bad_download(self):
url='https://github.com/petewarden/tf_ios_makefile_example/raw/master/data/tensorflow_inception_graph.pb',
sha='c8a5a000ee8d8dd75886f152a50a9c5b53d726a5',
filename='tensorflow_inception_graph.pb'),
Model(
name='Enet', # https://github.com/e-lab/ENet-training
url='https://www.dropbox.com/s/tdde0mawbi5dugq/Enet-model-best.net?dl=1',
sha='b4123a73bf464b9ebe9cfc4ab9c2d5c72b161315',
filename='Enet-model-best.net'),
Model(
name='Fcn',
url='http://dl.caffe.berkeleyvision.org/fcn8s-heavy-pascal.caffemodel',
Expand Down Expand Up @@ -267,11 +262,6 @@ def handle_bad_download(self):
url='https://raw.githubusercontent.com/chuanqi305/MobileNet-SSD/97406996b1eee2d40eb0a00ae567cf41e23369f9/deploy.prototxt',
sha='50cf80235a8fcccc641bf9f8efc803edbf21c615',
filename='MobileNetSSD_deploy_19e3ec3.prototxt'),
Model(
name='OpenFace', # https://github.com/cmusatyalab/openface
url='https://storage.cmusatyalab.org/openface-models/nn4.small2.v1.t7',
sha='ac8161a4376fb5a79ceec55d85bbb57ef81da9fe',
filename='openface_nn4.small2.v1.t7'),
Model(
name='YoloV2voc', # https://pjreddie.com/darknet/yolo/
url='https://pjreddie.com/media/files/yolo-voc.weights',
Expand All @@ -293,15 +283,10 @@ def handle_bad_download(self):
sha='4922099342af5993d9d09f63081c8a392f3c1cc6',
filename='DenseNet_121.prototxt'),
Model(
name='Fast-Neural-Style (starry night)',
url='http://cs.stanford.edu/people/jcjohns/fast-neural-style/models/eccv16/starry_night.t7',
sha='5b5e115253197b84d6c6ece1dafe6c15d7105ca6',
filename='fast_neural_style_eccv16_starry_night.t7'),
Model(
name='Fast-Neural-Style (feathers)',
url='http://cs.stanford.edu/people/jcjohns/fast-neural-style/models/instance_norm/feathers.t7',
sha='9838007df750d483b5b5e90b92d76e8ada5a31c0',
filename='fast_neural_style_instance_norm_feathers.t7'),
name='Fast-Neural-Style',
url='https://media.githubusercontent.com/media/onnx/models/main/vision/style_transfer/fast_neural_style/model/mosaic-9.onnx',
sha='dc3ef19f7f8a5d906c97c84cd4dd2732bb73960a',
filename='mosaic-9.onnx'),
Model(
name='MobileNet-SSD (TensorFlow)',
url='http://download.tensorflow.org/models/object_detection/ssd_mobilenet_v1_coco_11_06_2017.tar.gz',
Expand Down
Binary file removed testdata/dnn/lena_feathers.png
Binary file not shown.
Binary file removed testdata/dnn/lena_starry_night.png
Binary file not shown.
Binary file removed testdata/dnn/torch/net_batch_norm_input.dat
Binary file not shown.
Binary file removed testdata/dnn/torch/net_batch_norm_net.dat
Binary file not shown.
Binary file removed testdata/dnn/torch/net_batch_norm_output.dat
Binary file not shown.
Binary file removed testdata/dnn/torch/net_batch_norm_train_input.dat
Binary file not shown.
Binary file removed testdata/dnn/torch/net_batch_norm_train_net.dat
Binary file not shown.
Binary file removed testdata/dnn/torch/net_batch_norm_train_output.dat
Binary file not shown.
18 changes: 0 additions & 18 deletions testdata/dnn/torch/net_cadd_table_input.txt

This file was deleted.

95 changes: 0 additions & 95 deletions testdata/dnn/torch/net_cadd_table_net.txt

This file was deleted.

18 changes: 0 additions & 18 deletions testdata/dnn/torch/net_cadd_table_output.txt

This file was deleted.

18 changes: 0 additions & 18 deletions testdata/dnn/torch/net_concat_input.txt

This file was deleted.

103 changes: 0 additions & 103 deletions testdata/dnn/torch/net_concat_net.txt

This file was deleted.

18 changes: 0 additions & 18 deletions testdata/dnn/torch/net_concat_output.txt

This file was deleted.

Binary file removed testdata/dnn/torch/net_conv_gemm_lrn_input.dat
Binary file not shown.
Binary file removed testdata/dnn/torch/net_conv_gemm_lrn_net.dat
Binary file not shown.
Binary file removed testdata/dnn/torch/net_conv_gemm_lrn_output.dat
Binary file not shown.
Binary file removed testdata/dnn/torch/net_conv_input.dat
Binary file not shown.
Binary file removed testdata/dnn/torch/net_conv_net.dat
Binary file not shown.
Binary file removed testdata/dnn/torch/net_conv_output.dat
Binary file not shown.
18 changes: 0 additions & 18 deletions testdata/dnn/torch/net_deconv_input.txt

This file was deleted.

Loading