MVIG-SJTU / RMPE

RMPE: Regional Multi-person Pose Estimation, forked from Caffe. Research purpose only.
Other
259 stars 84 forks source link

libcudart.so.5.5: cannot open shared object file: No such file or directory #7

Closed RuWang15 closed 7 years ago

RuWang15 commented 7 years ago

When I run make runtest -j 8, the error comes out like this. But I cannot find libcudart.so.5.5 in cuda's lib (/usr/local/cuda/lib64). My cuda version is 8.0. Is this problem caused by version incompatibility?

Fang-Haoshu commented 7 years ago

Yes, I think so. If you have successfully installed the code(make -j8), just try to run it without make runtest. It usually works.

RuWang15 commented 7 years ago

Thanks, I'll try it.