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
Hi! I am having difficulties converting to ONNX. The conversion goes successfully, I can inspect it using NETRON. However, when I try to run inference on it, it does not find anything (while when doing it with the .pt weights work perfectly). Every image preprocess step has been done in the same way for .pt and ONNX, but no changes. Conversion has been tried with export_model and torch.onnx.export and both give the same results. Ideas?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi! I am having difficulties converting to ONNX. The conversion goes successfully, I can inspect it using NETRON. However, when I try to run inference on it, it does not find anything (while when doing it with the .pt weights work perfectly). Every image preprocess step has been done in the same way for .pt and ONNX, but no changes. Conversion has been tried with export_model and torch.onnx.export and both give the same results. Ideas?
Beta Was this translation helpful? Give feedback.
All reactions