PaddleDetection
PaddleDetection copied to clipboard
onnx转换后无法读取
问题确认 Search before asking
- [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.
请提出你的问题 Please ask your question
使用paddle2onnx转换picodet模型后,使用opencv的dnn读取onnx模型,出现如下报错。
请问是模型导出的问题么?
你好,请参考这部分文档转换查onnx模型并检查是否正常 https://github.com/PaddlePaddle/PaddleDetection/tree/release/2.5/deploy/third_engine
你好,请参考这部分文档转换查onnx模型并检查是否正常 https://github.com/PaddlePaddle/PaddleDetection/tree/release/2.5/deploy/third_engine
你好,按照教程重新进行onnx转换,在转trt engine时还是报错,报错信息如下。

尽管可以生成onnx模型,但是运行onnx_custom时遇到以下错误

opencv还不支持onnx的一些模型算法,建议不要在这个方向上浪费时间,直接用onnxruntime来跑导出的模型,
opencv还不支持onnx的一些模型算法,建议不要在这个方向上浪费时间,直接用onnxruntime来跑导出的模型,
谢谢,已经跑通了