pjreddie / darknet

Convolutional Neural Networks
http://pjreddie.com/darknet/
Other
25.57k stars 21.32k forks source link

Is darknet compatible with CUDA9.1, cuDNN7.1, OpenCV3.4.1? #516

Open Yumin-Sun-00 opened 6 years ago

Yumin-Sun-00 commented 6 years ago

Hi there,

please tell me your code is compatible with CUDA9.1, cuDNN 7.1, OpenCV3.4.1....

Otherwise I have to reinstall again... I feel sick on different dependencies.

Cross my finger....

AlexeyAB commented 6 years ago

@waschbaer00 code is not compatible with OpenCV 3.4.1 (there are bug in the C-API in this version)

compatible with OpenCV 3.4.0 and lower.

TheMikeyR commented 6 years ago

You don't even need it to be compiled with OpenCV, it's only necessary to display boxes in live demo, you can easily make your own for doing this by making up your own code or use the wrapper. Then you are able to use opencv 3.4.1

Yumin-Sun-00 commented 6 years ago

Thank you. But anyway it is not compatible to CUDA9.1 and cuDNN 7.1 right?

AlexeyAB commented 6 years ago

@waschbaer00 I use this fork successfully with CUDA 9.1 and cuDNN 7.1 on Windows and Linux: https://github.com/AlexeyAB/darknet

Yumin-Sun-00 commented 6 years ago

10000* Thank you

shaqing commented 5 years ago

you are so beautiful