c++ onnx #520
Answered
by
djdameln
wangzuo-hx
asked this question in
Q&A
c++ onnx
#520
-
How to use c++(onnxruntime/opencv) to load onnx model and get segmentation results?(e.g. Padim) |
Beta Was this translation helpful? Give feedback.
Answered by
djdameln
Aug 29, 2022
Replies: 1 comment
-
Hi, our library does not include any utilities to run models in c++. I would suggest to read the documentation of ONNX Runtime and OpenVINO to learn more about how converted models can be deployed in c++. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ashwinvaidya17
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, our library does not include any utilities to run models in c++. I would suggest to read the documentation of ONNX Runtime and OpenVINO to learn more about how converted models can be deployed in c++.