-
Notifications
You must be signed in to change notification settings - Fork 124
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
how to get _param.pth? #5
Comments
可以按这位老哥贴的csdn博文来改那几行官方代码,不需要转pth |
成功了吗?我看到CSDN博文生成是先load yolov5s.pt,再保存导出的,但是我导出的和博主导出的pth不一样~ |
没成功,还是不行。 |
可以看我的fork https://github.com/dmMaze/yolov5 |
好的,谢谢🙏~
发自我的iPhone
… 在 2021年2月25日,16:48,dmMaze ***@***.***> 写道:
可以按这位老哥贴的csdn博文来改那几行官方代码,不需要转pth
成功了吗?我看到CSDN博文生成是先load yolov5s.pt,再保存导出的,但是我导出的和博主导出的pth不一样~
可以看我的fork https://github.com/dmMaze/yolov5
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
you can export a trained YOLOv5 model to onnx from this tutorials: ultralytics/yolov5#251 |
you mean convert yolov5s.pt to yolov5_param.pth?
is there a difference beteween .pt and .pth?
wow, i hope to recieve your answer。
The text was updated successfully, but these errors were encountered: