chenyilun95 / tf-cpn

Cascaded Pyramid Network for Multi-Person Pose Estimation (CVPR 2018)
MIT License
793 stars 197 forks source link

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

Open gmBamboo opened 6 years ago

gmBamboo commented 6 years ago

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

ladofa commented 6 years ago

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.

mathpopo commented 5 years ago

need del original so,re-build with your own