当前位置: 代码迷 >> 综合 >> 编译onnx-tensorrt
  详细解决方案

编译onnx-tensorrt

热度:78   发布时间:2024-02-09 18:12:53.0

版本需要与TensorRT 相对应,这里用的是 7.0

git clone -b 7.0 https://github.com/onnx/onnx-tensorrt.git --recursive
mkdir build && cd build
cmake .. -DTENSORRT_ROOT=/home/xxx/Downloads/TensorRT-7.0.0.11 # 这里是 TensorRT 安装的位置