未验证 提交 09d91140 编写于 作者: W WJJ1995 提交者: GitHub

Merge pull request #711 from wjj19950828/update_issue_tp

Update issue template
......@@ -3,20 +3,25 @@ name: X2Paddle
about: 第三方模型转换至PaddlePaddle,请说明模型的来源,模型类型(例如图像分类、目标检测等)
---
请说明模型的来源,模型类型(例如图像分类、目标检测等),应用场景(如需要转为Paddle,通过PaddleLite部署到树莓派上,满足XXX需求)
感谢您参与 X2Paddle 社区! 问题模版为了 X2Paddle 能更好的迭代,例如新功能发布、 RoadMaps 和错误跟踪. :smile_cat:
**提示 上述有详细描述的issue会让工程师更快了解用户的需求,丰富产品的功能和易用性,相关issue也会被优先处理!!!**
## 问题描述
如有原模型文件或github链接,如方便可一并附上,方便开发人员分析。
- 错误信息
- 错误截图
为了便于开发人员快速定位原因,建议将模型文件上传(或通过百度网盘分享)
## 具体信息
## 示例
模型来源: TensorFlow
模型说明: 图像分类模型,其相应repo为 https://github.com/xxxx
模型文件: 链接: https://pan.baidu.com/s/1LRzTSJwsLOul99Tj5_43wQ 密码: d3dg
转换过程出错提示如下:
```
Exception: Error happened when mapping node ['prior_box@0'] to onnx, which op_type is 'prior_box' with inputs: {'Image': ['image'], 'Input': ['elementwise_add_7.tmp_1']} and outputs: {'Boxes': ['prior_box_0.tmp_0'], 'Variances': ['prior_box_0.tmp_1']}
```
- 转换模型后用处
- [ ] 使用 Paddle 框架/ PaddleInference 推理预测
- [ ] 使用 Paddle-Lite 做移动端推理
- [ ] 转换预训练参数,再使用 Paddle 进行模型开发
- 模型来源
YOLOX:https://github.com/Megvii-BaseDetection/YOLOX
- 应用场景
用于移动端业务下的检测业务
- 版本信息
PaddlePaddle => :grey_question:
X2Paddle => :grey_question:
来源框架版本(PyTorch/TF/ONNX/Caffe) => :grey_question:
- 您的联系方式(邮箱/微信/电话)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册