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
python export.py --weights best.pt --include onnx engine --img 640 --device 0
The text was updated successfully, but these errors were encountered:
PyTorch Hub: model = torch.hub.load('ultralytics/yolov5', 'custom', 'yolov5s-seg.onnx') # WARNING SegmentationModel not yet supported for PyTorch Hub AutoShape inference
Sorry, something went wrong.
你可以看看你的yolov5代码版本是不是7.0,或者用netron工具比较一下onnx有什么不同
这个因该是cpu版本吧,--device 0就是导出的gpu了吧
No branches or pull requests
python export.py --weights best.pt --include onnx engine --img 640 --device 0
The text was updated successfully, but these errors were encountered: