how to run the inference in pure C code? #19740
-
I have already trained yolov8 in python code, and have already converted the pth model to onnx model. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
https://github.com/microsoft/onnxruntime-inference-examples/tree/main/c_cxx/fns_candy_style_transfer |
Beta Was this translation helpful? Give feedback.
-
Than you @pranavsharma ! The code in https://github.com/microsoft/onnxruntime/tree/main/onnxruntime/core/providers/cpu is C++ code, but not C code. |
Beta Was this translation helpful? Give feedback.
https://github.com/microsoft/onnxruntime-inference-examples/tree/main/c_cxx/fns_candy_style_transfer