You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, thank you for such a helpful repo!
I followed the the instructions on https://github.com/WongKinYiu/yolov7 to convert a .pt model to a .onnx model. The model runs fine, it produces the same results as the original .pt model. The problem is the .onnx model is twice the size as the .pt model. I think it's due to different floating point sizes. Any suggestions on converting fp16 .pt model to fp16 .onnx model?
Thanks in advance
The text was updated successfully, but these errors were encountered:
First off, thank you for such a helpful repo!
I followed the the instructions on https://github.com/WongKinYiu/yolov7 to convert a .pt model to a .onnx model. The model runs fine, it produces the same results as the original .pt model. The problem is the .onnx model is twice the size as the .pt model. I think it's due to different floating point sizes. Any suggestions on converting fp16 .pt model to fp16 .onnx model?
Thanks in advance
The text was updated successfully, but these errors were encountered: