Pytorch to onnx and use with opencv-dnn? #4404
Unanswered
RizwanMunawar
asked this question in
Q&A
Replies: 1 comment
-
|
@RizwanMunawar if you are having issues with opencv you should raise them directly with the package authors. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to run yolov5 with opencv dnn in C++, for this, I have converted PyTorch model to onnx, from this link
https://github.com/ultralytics/yolov5/blob/master/export.py,But that onnx is not working with opencv dnn module.Anyhelp would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions