1

Trying to install darknet and use YOLOv4 for detection of objects.

Issue of cudnn_ops_infer64_8.dll unable to locate.

  • However the file is in the library.
  • I have downloaded Zlib and entered it into the PATH environment.
  • Followed the instructions from "https://www.youtube.com/watch?v=sUxAVpzZ8hU"

What causes the error? And how can i resolve it?

System Information from cmd prompt

talonmies
  • 70,661
  • 34
  • 192
  • 269
Rutger
  • 21
  • 3

1 Answers1

0

copy the cudnn .dll file from nvidia folder to your folder containing darknet.exe

mic_matt
  • 1
  • 1