Relative Content

Tag Archive for pythonopencvcudatorchyolo

CUDA, PyTorch and YOLO Integration problem

as I mentioned yesterday, I installed Python 3.11 and then recompiled OpenCV with CUDA. I was working on YOLO with CUDA as well, but now when I run PyTorch 12.4 with CUDA, I’m getting this error for YOLO: “could not load symbol cudnngetlibconfig. error code 127.” Later, when I tried running my YOLO code with another PyTorch version, I got this error instead: “OSError: [WinError 127] The specified procedure could not be found. Error loading ‘C:UsersMikailAkdenizAppDataLocalProgramsPythonPython311Libsite-packagestorchlibcufftw64_11.dll’ or one of its dependencies.” What should I do? Can you help?