Hello, 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:\Users\MikailAkdeniz\AppData\Local\Programs\Python\Python311\Lib\site-packages\torch\lib\cufftw64_11.dll’ or one of its dependencies.” What should I do? Can you help?
Delete the OpenCV bindings. If you still have an issue with pytorch this is a pytorch not OpenCV issue.