Ubuntu18.04安装onnxruntime(c++版)与CUDA运行Demo

根据项目需求,从pytorch转的onnx模型做部署。
怎么转忘了做笔记了,大家自行搜索吧……

1、安装

下载源码(根据目标版本选一个就行):

git clone --depth=1 --branch v1.12.1 https://github.com/microsoft/onnxruntime.git
git clone --depth=1 --branch v1.8.2 https://github.com/microsoft/onnxruntime.git

1、注意cuda版本要和onnxruntime版本对应,具体参考官方
目前onnxruntime已经更新到1.13版本,自1.8版本以后函数写法都有很大的变化。

你可能感兴趣的:(ROS,c++,开发语言)