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

onnx转paddle报错 #913

Open
hhxdestiny opened this issue Nov 19, 2022 · 8 comments
Open

onnx转paddle报错 #913

hhxdestiny opened this issue Nov 19, 2022 · 8 comments
Assignees
Labels

Comments

@hhxdestiny
Copy link

hhxdestiny commented Nov 19, 2022

问题描述

onnx转paddle报错

Converting node 327 ...     2022-11-19 15:31:51,742-WARNING: convert failed node:onnx__Concat_271, op_type is Resize

具体信息

@hhxdestiny
Copy link
Author

issues910类似

@wjj19950828
Copy link
Collaborator

@hhxdestiny 麻烦提供一下ONNX模型吧,我来看下具体原因

另外,可以描述一下以下两个问题吗:
1、具体业务场景
2、为什么有转到Paddle部署的需求呢?

感谢~

@wjj19950828 wjj19950828 self-assigned this Nov 23, 2022
@hhxdestiny
Copy link
Author

@hhxdestiny 麻烦提供一下ONNX模型吧,我来看下具体原因

另外,可以描述一下以下两个问题吗: 1、具体业务场景 2、为什么有转到Paddle部署的需求呢?

感谢~

幸苦了,麻烦调查一下

  • 业务场景:目标检测
  • 转到Paddle的原因:PaddleSlim提供自动压缩功能,调用到了X2Paddle
  • ONNX模型:yolov5s.onnx

@wjj19950828
Copy link
Collaborator

@hhxdestiny 直接给我个ONNX模型吧,直接百度云就行~

@hhxdestiny
Copy link
Author

@hhxdestiny 直接给我个ONNX模型吧,直接百度云就行~

yolov5s.zip

@suay1113
Copy link

suay1113 commented Dec 3, 2022

需要在转onnx时把opset设为9,就可以了 #877

@wjj19950828
Copy link
Collaborator

wjj19950828 commented Dec 5, 2022

@hhxdestiny 这边主要问题是提供ONNX模型 Resize OP有个参数为空导致
image

可以通过如下方式解决:
1、通过onnxsim 将上面提供模型简化一下

onnxsim yolov5s_resize.onnx yolov5s_resize_sim.onnx

2、然后再进行转换,注意对齐ONNX版本,我这边ONNX版本为1.10.0

@hhxdestiny
Copy link
Author

@hhxdestiny 这边主要问题是提供ONNX模型 Resize OP有个参数为空导致 image

可以通过如下方式解决: 1、通过onnxsim 将上面提供模型简化一下

onnxsim yolov5s_resize.onnx yolov5s_resize_sim.onnx

2、然后再进行转换,注意对齐ONNX版本,我这边ONNX版本为1.10.0

非常感谢~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants