OpenCV with CUDA build seems ok yet not working/usable

You have opencv-python installed. Uninstall it with

pip uninstall opencv-python

then delete the cv2 directory C:/Users/GuyBl/.conda/envs/py312/Lib/site-packages/cv2 and install your custom build again

“C:/Program Files/CMake/bin/cmake.exe” --build D:/ForCUDA/build --target install --config Release

1 Like