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 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:
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.
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
The text was updated successfully, but these errors were encountered: