Skip to content

OpenCV-Python v4.11.0.92 Wheel for Python 3.14 + CUDA 13.0

Latest

Choose a tag to compare

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.whl

Or 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.whl

Notes

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.