From 9fe20c6dc480b991d035639ae41ecb5afd63a7cb Mon Sep 17 00:00:00 2001 From: SunAhong1993 <48579383+SunAhong1993@users.noreply.github.com> Date: Mon, 2 Sep 2019 19:05:18 +0800 Subject: [PATCH] Update x2paddle_model_zoo.md --- x2paddle_model_zoo.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/x2paddle_model_zoo.md b/x2paddle_model_zoo.md index 3f6f609..4cf38ba 100644 --- a/x2paddle_model_zoo.md +++ b/x2paddle_model_zoo.md @@ -40,6 +40,16 @@ | Unet | [code](https://github.com/jolibrain/deepdetect/blob/master/templates/caffe/unet/deploy.prototxt) | | VGGNet | [code](https://gist.github.com/ksimonyan/211839e770f7b538e2d8#file-vgg_ilsvrc_16_layers_deploy-prototxt) | +【备注】 +部分非官方op(不在[官网](http://caffe.berkeleyvision.org/tutorial/layers)上的op)支持的版本如下: +| op | 该版本实现代码 | +|-------|--------| +| PriorBox | [code](https://github.com/weiliu89/caffe/blob/ssd/src/caffe/layers/prior_box_layer.cpp) | +| DetectionOutput | [code](https://github.com/weiliu89/caffe/blob/ssd/src/caffe/layers/detection_output_layer.cpp) | +| ConvolutionDepthwise | [code](https://github.com/farmingyard/caffe-mobilenet/blob/master/conv_dw_layer.cpp) | +| ShuffleChannel | [code](https://github.com/farmingyard/ShuffleNet/blob/master/shuffle_channel_layer.cpp) | +| Permute | [code](https://github.com/weiliu89/caffe/blob/ssd/src/caffe/layers/permute_layer.cpp) | + -- GitLab