Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

contribution of a PaddleSeg onnxruntime C++ sample #1714

Closed
xmba15 opened this issue Jan 12, 2022 · 4 comments · Fixed by #1743
Closed

contribution of a PaddleSeg onnxruntime C++ sample #1714

xmba15 opened this issue Jan 12, 2022 · 4 comments · Fixed by #1743
Assignees

Comments

@xmba15
Copy link
Contributor

xmba15 commented Jan 12, 2022

Hi PaddleSeg's dev team. Thank you for the great repo.
I created a C++ onnxruntime app sample for model trained by PaddleSeg. It took me some time to figure out how to use onnxruntime cpp to serve the model. So maybe some others can somehow know how to use PaddleSeg onnx cpp from this app:

https://github.com/xmba15/onnx_runtime_cpp#semantic-segmentation-paddle-seg
https://github.com/xmba15/onnx_runtime_cpp/blob/master/examples/SemanticSegmentationPaddleSegBisenetv2App.cpp

@juncaipeng juncaipeng self-assigned this Jan 13, 2022
@juncaipeng
Copy link
Collaborator

juncaipeng commented Jan 17, 2022

Firstly, thanks for your contribution.
You can create a folder named 'onnxruntime_cpp' under PaddleSeg/deploy/ and push the demo to the folder. Please refer to the cpp demo and make the demo concise.
Once you create a PR, we will review and merge it.
Thank you again.

@xmba15
Copy link
Contributor Author

xmba15 commented Jan 18, 2022

@juncaipeng let me give it a try.

@xmba15
Copy link
Contributor Author

xmba15 commented Jan 22, 2022

@juncaipeng
I created the PR here
#1743

@michaelowenliu michaelowenliu linked a pull request Jan 24, 2022 that will close this issue
@xmba15
Copy link
Contributor Author

xmba15 commented Feb 13, 2022

PR merged, so close the issue.

@xmba15 xmba15 closed this as completed Feb 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants