You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: