ChenYingpeng / caffe-yolov3

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

detectnet compile problem #51

Closed DanielChungYi closed 5 years ago

DanielChungYi commented 5 years ago
DanielChungYi commented 5 years ago

Problem solved by adding

             find_package( OpenCV REQUIRED )
             set (OpenCV_DIR /opt/opencv/2.4.13.5/share/OpenCV)

those two lines of code to the detectnet/CMakeLists.txt