We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
请教大佬,pt导出onnx, 输出结果是 [1,21,78]与tensorrt的导出engine,进行推理结果不对
python export.py --weights saved_model/plate_rec.pth --save_path saved_model/plate_rec.onnx --simplify
The text was updated successfully, but these errors were encountered:
请教大佬,pt导出onnx, 输出结果是 [1,21,78]与tensorrt的导出engine,进行推理结果不对 python export.py --weights saved_model/plate_rec.pth --save_path saved_model/plate_rec.onnx --simplify
我忘记改了,等会改一下,导出的代码,你重新拉取一下代码
Sorry, something went wrong.
重新拉取代码,转onnx的时候加上 --trt
大佬,请问一下,我通过export.py导出的onnx模型可正确推理出结果,但是通过onnx导出的trt模型,推理结果不正确,请问您有什么办法吗?谢谢
No branches or pull requests
请教大佬,pt导出onnx, 输出结果是 [1,21,78]与tensorrt的导出engine,进行推理结果不对
python export.py --weights saved_model/plate_rec.pth --save_path saved_model/plate_rec.onnx --simplify
The text was updated successfully, but these errors were encountered: