Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
X2Paddle
提交
9bef2a0f
X
X2Paddle
项目概览
PaddlePaddle
/
X2Paddle
大约 1 年 前同步成功
通知
328
Star
698
Fork
167
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
26
列表
看板
标记
里程碑
合并请求
4
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
X
X2Paddle
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
26
Issue
26
列表
看板
标记
里程碑
合并请求
4
合并请求
4
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
9bef2a0f
编写于
9月 02, 2019
作者:
J
Jason
提交者:
GitHub
9月 02, 2019
浏览文件
操作
浏览文件
下载
差异文件
Merge pull request #107 from SunAhong1993/develop
add readme
上级
d540c241
84647a27
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
25 addition
and
1 deletion
+25
-1
caffe_custom_layer.md
caffe_custom_layer.md
+14
-0
x2paddle_model_zoo.md
x2paddle_model_zoo.md
+11
-1
未找到文件。
caffe_custom_layer.md
0 → 100644
浏览文件 @
9bef2a0f
目前,代码中已经提供了8个非官方op(不在
[
官网
](
http://caffe.berkeleyvision.org/tutorial/layers
)
上的op)的转换,这些op对应的Caffe实现源码如下:
| 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
)
|
| Normalize |
[
code
](
https://github.com/weiliu89/caffe/blob/ssd/src/caffe/layers/normalize_layer.cpp
)
|
| ROIPooling |
[
code
](
https://github.com/rbgirshick/caffe-fast-rcnn/blob/0dcd397b29507b8314e252e850518c5695efbb83/src/caffe/layers/roi_pooling_layer.cpp
)
|
| Axpy |
[
code
](
https://github.com/hujie-frank/SENet/blob/master/src/caffe/layers/axpy_layer.cpp
)
|
x2paddle_model_zoo.md
浏览文件 @
9bef2a0f
...
...
@@ -31,9 +31,19 @@
| SqueezeNet |
[
code
](
https://github.com/DeepScale/SqueezeNet/tree/master/SqueezeNet_v1.1
)
|
| MobileNet_V1 |
[
code
](
https://github.com/shicai/MobileNet-Caffe
)
|
| MobileNet_V2 |
[
code
](
https://github.com/shicai/MobileNet-Caffe
)
|
| ShuffleNet |
[
code
](
https://github.com/miaow1988/ShuffleNet_V2_pytorch_caffe/releases/tag/v0.1.0
)
|
| ShuffleNet
_v2
|
[
code
](
https://github.com/miaow1988/ShuffleNet_V2_pytorch_caffe/releases/tag/v0.1.0
)
|
| mNASNet |
[
code
](
https://github.com/LiJianfei06/MnasNet-caffe
)
|
| MTCNN |
[
code
](
https://github.com/kpzhang93/MTCNN_face_detection_alignment/tree/master/code/codes/MTCNNv1/model
)
|
| Mobilenet_SSD |
[
code
](
https://github.com/chuanqi305/MobileNet-SSD
)
|
| ResNet18 |
[
code
](
https://github.com/HolmesShuan/ResNet-18-Caffemodel-on-ImageNet/blob/master/deploy.prototxt
)
|
| ResNet50 |
[
code
](
https://github.com/soeaver/caffe-model/blob/master/cls/resnet/deploy_resnet50.prototxt
)
|
| 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
)
|
## ONNX
**注:**
部分模型来源于PyTorch,PyTorch的转换可参考
[
pytorch_to_onnx.md
](
pytorch_to_onnx.md
)
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录