ChenYingpeng / caffe-yolov3

A real-time object detection framework of Yolov3/v4 based on caffe
474 stars 231 forks source link

make[1]: *** [CMakeFiles/yolov3-plugin.dir/all] Error 2 #87

Open fengshengri opened 2 years ago

fengshengri commented 2 years ago

Share the problem I encountered and the solution. problem: i have cmake .. successfully , and after make -j8 : CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/yolov3-plugin.dir/all' failed make[1]: ** [CMakeFiles/yolov3-plugin.dir/all] Error 2 Makefile:127: recipe for target 'all' failed make: *** [all] Error 2

and you can try: sudo apt-get install glew-utils

or you need look at CMakeLists.txt, and make sure you have these files(.so) on your system: libcaffe.so、libglog.so、liggflags.so.2、libboost_system.so、libGLEW.so.1.13