译时没找到Tensorrt包的这个头文件
解决办法:
在CMakeList.txt中添加Tensorrt包的路径
查找包的位置,得到trt的位置
locate NvInferRuntimeCommon.h
然后在在CMakeList.txt中添加Tensorrt包的路径, 此处我添加的绝对路径
include_directories("/home/b502/tensorrt/TensorRT-7.2.1.6/include")
译时没找到Tensorrt包的这个头文件
解决办法:
在CMakeList.txt中添加Tensorrt包的路径
查找包的位置,得到trt的位置
locate NvInferRuntimeCommon.h
然后在在CMakeList.txt中添加Tensorrt包的路径, 此处我添加的绝对路径
include_directories("/home/b502/tensorrt/TensorRT-7.2.1.6/include")
Copyright © 2016-2020 www.365daan.com All Rights Reserved. 365答案网 版权所有 备案号:
部分内容来自互联网,版权归原作者所有,如有冒犯请联系我们,我们将在三个工作时内妥善处理。