qixuxiang / orb-slam2_with_semantic_label

orb-slam2 with semantic label

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@Moonkisscy 这里需要把`libYOLOv3SE.so`编译出来,手动执行

sunt40 opened this issue · comments

@Moonkisscy 这里需要把libYOLOv3SE.so编译出来,手动执行

cd Thirdparty/darknet
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make -j2

Originally posted by @qixuxiang in #9 (comment)

执行make -j2后,报错:
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/YOLOv3SE.dir/all' failed
make[1]: *** [CMakeFiles/YOLOv3SE.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2
请问怎么解决 @qixuxiang

你好我也遇到同样的问题,请问你的cuda和cudnn版本是多少,这个问题解决了吗?