Skip to content
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

Single caffe layers to onnx #1176

Open
wants to merge 12 commits into
base: 5.x
Choose a base branch
from
Open
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
Binary file modified testdata/dnn/layers/channel_norm.npy
Binary file not shown.
Binary file added testdata/dnn/layers/channel_norm.onnx
Binary file not shown.
74 changes: 0 additions & 74 deletions testdata/dnn/layers/channel_norm.prototxt

This file was deleted.

Binary file removed testdata/dnn/layers/layer_batch_norm.caffemodel
Binary file not shown.
Binary file modified testdata/dnn/layers/layer_batch_norm.npy
Binary file not shown.
Binary file added testdata/dnn/layers/layer_batch_norm.onnx
Binary file not shown.
14 changes: 0 additions & 14 deletions testdata/dnn/layers/layer_batch_norm.prototxt

This file was deleted.

17 changes: 17 additions & 0 deletions testdata/dnn/layers/layer_concat.onnx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
caffe:�
*
inputsplitcustom_added_Split1"Split
-
splitoutputcustom_added_Concat2"Concat./models/layer_batch_norm.onnxZ
input



K
qb
output



K
qB
21 changes: 0 additions & 21 deletions testdata/dnn/layers/layer_concat.prototxt

This file was deleted.

Binary file removed testdata/dnn/layers/layer_concat_optim.caffemodel
Binary file not shown.
Binary file added testdata/dnn/layers/layer_concat_optim.onnx
Binary file not shown.
60 changes: 0 additions & 60 deletions testdata/dnn/layers/layer_concat_optim.prototxt

This file was deleted.

Binary file not shown.
81 changes: 0 additions & 81 deletions testdata/dnn/layers/layer_concat_shared_input.prototxt

This file was deleted.

Binary file removed testdata/dnn/layers/layer_convolution.caffemodel
Binary file not shown.
Binary file added testdata/dnn/layers/layer_convolution.onnx
Binary file not shown.
39 changes: 0 additions & 39 deletions testdata/dnn/layers/layer_convolution.prototxt

This file was deleted.

Binary file added testdata/dnn/layers/layer_dropout.onnx
Binary file not shown.
18 changes: 0 additions & 18 deletions testdata/dnn/layers/layer_dropout.prototxt

This file was deleted.

Binary file added testdata/dnn/layers/layer_lrn_channels.onnx
Binary file not shown.
21 changes: 0 additions & 21 deletions testdata/dnn/layers/layer_lrn_channels.prototxt

This file was deleted.

Binary file added testdata/dnn/layers/layer_pooling_ave.onnx
Binary file not shown.
26 changes: 0 additions & 26 deletions testdata/dnn/layers/layer_pooling_ave.prototxt

This file was deleted.

Binary file added testdata/dnn/layers/layer_pooling_max.onnx
Binary file not shown.
Loading