qixuxiang / orb-slam2_with_semantic_label

orb-slam2 with semantic label
Other
279 stars 86 forks source link

libcurand.so.8.0: cannot open shared object file: No such file or directory #2

Closed zbqlalala closed 6 years ago

zbqlalala commented 6 years ago

hello~ I compiled the code and when it run,it just as the topic. I installed cuda 9.0 and I see cuda>=6.5 in your "readme", but I just have this problem. Loading ORB Vocabulary. This could take a while... Vocabulary loaded in 5.92s libcurand.so.8.0: cannot open shared object file: No such file or directory libYOLOv3SE.so not found. or can't load dependency dlls My computer is ubuntu 16.04 and I installed cuda9.0, I am wondering whether the environment must be cuda8.0?

qixuxiang commented 6 years ago

Actually, I do not test my code on cuda9.0. In your case, my suggestion is to compille darknet at first, which is in Thirdparty/darknetfolder. When you have libYOLOv3SE.so, you can compile the total project. Good luck!

zbqlalala commented 6 years ago

Actually, I do not test my code on cuda9.0. In your case, my suggestion is to compille darknet at first, which is in Thirdparty/darknetfolder. When you have libYOLOv3SE.so, you can compile the total project. Good luck!

thx, I just compiled the code in ubuntu16.04,cuda 9.0 cudnn7.1 and opencv 2.4.13, and it works! really thx.

qixuxiang commented 6 years ago

Have a nice day, I will update README soon.