根据项目需求,从pytorch转的onnx模型做部署。具体可以参考pytorch官方
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版本对应,具体参考