Built with:
- Python: 3.14 (standard with GIL - cp314)
- CUDA: 13.0
- CUDA Arch: 8.9
- C++ Standard: 17 (required by CUDA 13.0)
Installation
pip install opencv_contrib_python-4.13.0.92-cp314-cp314-linux_x86_64.whlOr directly from this release:
pip install https://github.com/retif/pytorch-wheels-builder/releases/download/opencv-python-v4.11.0.92-py314-cu130/opencv_contrib_python-4.13.0.92-cp314-cp314-linux_x86_64.whlNotes
OpenCV (Open Source Computer Vision Library) is an open-source computer vision and machine learning software library.
This wheel is built for standard Python 3.14 (with GIL) and includes CUDA 13.0 support for GPU acceleration.
CUDA operations are available via the cv2.cuda module.