AlexeyAB / darknet

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

cuDNN status Error in: file: C:\Opencv_Build\darknet\darknet-master\src\dark_cuda.c : cudnn_handle() #7622

Open sbgprojects opened 3 years ago

sbgprojects commented 3 years ago

I've install CUDA 10.1, cudnn 7.6.4, opencv 4.4.0 Also succesfully installed darknet with no errors though getting error while executing below line darknet.exe detector demo cfg/coco.data cfg/yolov4.cfg yolov4.weights shinjuku.mp4

Here is the error screenshot https://prnt.sc/11rhcce

Can you please help me out in this. Regards, Shubham Gujarathi

ekesdf commented 3 years ago

You need cuda 11.0 and cudnn8.x to run the current version of darknet just install cuda11.0 and cudnn8.x or use an older version of darknet