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
我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.
请提出你的问题 Please ask your question
Hello!
I have used PaddleSeg to train a model on a custom dataset, and I was able to export the model to ONNX format. I wanted to know if there is any documentation or tutorial available for using this ONNX weight file in C++ to predict an image.
Thank you !
The text was updated successfully, but these errors were encountered:
Thank you for your response ! I forgot to mention that i am on windows :s
You may find it helpful to refer to the official ONNX tutorial. However, building ONNX on a Windows platform may be slightly inconvenient. Fortunately the code is similar, which means they can be utilized with a little change.
问题确认 Search before asking
请提出你的问题 Please ask your question
Hello!
I have used PaddleSeg to train a model on a custom dataset, and I was able to export the model to ONNX format. I wanted to know if there is any documentation or tutorial available for using this ONNX weight file in C++ to predict an image.
Thank you !
The text was updated successfully, but these errors were encountered: