其他分享
首页 > 其他分享> > onnxruntime simple

onnxruntime simple

作者:互联网

simple  github地址:

GitHub - microsoft/onnxruntime-inference-examples: Examples for using ONNX Runtime for machine learning inferencing.

onnxruntime cpu

问题1:

libonnxruntime.so.1.10.0: cannot open shared object file: No such file or directory

 需要添加libonnxruntime.so.1.10.0文件的链接

locate   libonnxruntime.so.1.10.0(找到位置路径)

vim CMakeList.txt

link_directories("/usr/local/lib")

[esc] :wq

完美解决

标签:10.0,so.1,onnxruntime,simple,file,libonnxruntime
来源: https://blog.csdn.net/weixin_40563452/article/details/120565829