AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.75k stars 7.96k forks source link

darknet compile error #5370

Open JackeyGuo opened 4 years ago

JackeyGuo commented 4 years ago

when i compile darknet in ubuntu16.04, opencv 3.4.3, cuda9.0 and cudnn 7.4.1, and my makefile setting is: GPU=1 CUDNN=1 CUDNN_HALF=0 OPENCV=1 AVX=0 OPENMP=0 LIBSO=0 ZED_CAMERA=0 # ZED SDK 3.0 and above ZED_CAMERA_v2_8=0 # ZED SDK 2.X USE_CPP=0 DEBUG=1. i get this error information: darknet错误

JackeyGuo commented 4 years ago

And i tried set OPENCV=0, then the darknet can be compiled success! Can you recommend the version of opencv in ubuntu 16.04. Also, i have tried opencv version 4.3.0, 3.4.0 and 3.4.3. thanks!

AkkiSony commented 3 years ago

@JackeyGuo Did you find any solution? I have a similar error when I set GPU=1.

AWS-Make-File-Error

Please let me know if you have any solution. Thank you in advance.