tensorRT_Pro icon indicating copy to clipboard operation
tensorRT_Pro copied to clipboard

windows 编译通过,但是运行时缺少Dll,这些库是要手动考过去?还是配置bin目录?项目没有配置动态库,导入的都是静态库

Open cqray1990 opened this issue 3 years ago • 1 comments

运行的时候提示没有opencv_world460d.dll nvinfer.dll cudart64_110.dll cublas64.dll ,可是我工程配置了啊,是不是原始工程中设置路径? 然后这些库只能放在c盘里面的System32 下面,配置了路径都没找到,而且复制到了debug下居然也不行

cqray1990 avatar Oct 29 '22 04:10 cqray1990

复制到python/pytrt里

huaiqi220 avatar Apr 23 '23 13:04 huaiqi220