tf-cpn icon indicating copy to clipboard operation
tf-cpn copied to clipboard

ImportError: libcudart.so.8.0: cannot open shared object file: No such file or directory

Open gmBamboo opened this issue 6 years ago • 2 comments

Traceback (most recent call last): File "mptest.py", line 17, in from lib_kernel.lib_nms.gpu_nms import gpu_nms ImportError: libcudart.so.8.0: cannot open shared object file: No such file or directory

gmBamboo avatar Jul 17 '18 01:07 gmBamboo

I have not fully understood this code yet. But in my case, I just ran "make clean & make all" in the ./lib directory, also I ran "compile.sh" in the ./lib/lib_kernal/lib_nms directory. I think some pre-compiled binaries refer CUDA 8.0 version while almost of us uses CUDA 9.0 for Tensorflow 1.8 or 1.9 now.

ladofa avatar Jul 17 '18 07:07 ladofa

need del original so,re-build with your own

mathpopo avatar Dec 11 '18 09:12 mathpopo