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
你好,我尝试通过yolo 的github官网说明采用下面命令生成的onnx文件,加载不成功,请问是什么问题,需要做什么特殊设置吗?
python export.py --weights yolov5s.pt --include onnx --opset 12
程序运行后就报下面的错
Requested layer "output" not found in function 'getLayerData'
The text was updated successfully, but these errors were encountered:
你好,我也遇到了这个问题,请问您解决了吗?
Sorry, something went wrong.
No branches or pull requests
你好,我尝试通过yolo 的github官网说明采用下面命令生成的onnx文件,加载不成功,请问是什么问题,需要做什么特殊设置吗?
python export.py --weights yolov5s.pt --include onnx --opset 12
程序运行后就报下面的错
Requested layer "output" not found in function 'getLayerData'
The text was updated successfully, but these errors were encountered: