-
Notifications
You must be signed in to change notification settings - Fork 47
Failed to convert .pth model to .onnx #25
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
Comments
I am using your code, but the environment is configured according to BEVDet dev3.0. Is the problem here? @LCH1238 |
has solved it ? |
大概率是环境问题,确认环境正常吗? |
确认是正常的
…---- 回复的原邮件 ----
| 发件人 | ***@***.***> |
| 日期 | 2024年04月26日 19:37 |
| 收件人 | ***@***.***> |
| 抄送至 | ***@***.***>***@***.***> |
| 主题 | Re: [LCH1238/bevdet-tensorrt-cpp] Failed to convert .pth model to .onnx (Issue #25) |
大概率是环境问题,确认环境正常吗?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for this great work! I used the bevdet-export repo to convert 'bevdet-lt-d-ft-nearest.pth' or 'bevdet-r50-4dlongterm-depth-cbgs.pth' to onnx format, but got an error as follow:
"./BEVDet-export/mmdet3d/models/detectors/trt_model.py", line 67, in forward
x, mlp_bn, con_se, depth_se = self.img_view_transformer.depth_net(r, mlp_input)
ValueError: not enough values to unpack (expected 4, got 2)
could you help me to solve the problem or give me some advices?
The text was updated successfully, but these errors were encountered: