Replies: 1 comment
-
Hi @baril-jf 👋🏻! Sorry for the late reply, I was quite busy. What part of the task seems to be the problem? Conversion to ONNX? |
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.
-
I have followed the How to Train YOLOv7 Instance Segmentation on a Custom Dataset notebook for a special case and it works really well. I now want to export the model to onnx format and use it in that format to produce the same output of the predict method from a .jpg image (ideally from a folder containing many .jpg files but 1 image will do) and I have a hard time achieving this. Would you have an example of this use case ? Thanks !
Beta Was this translation helpful? Give feedback.
All reactions