Skip to content

Commit 9273da5

Browse files
committed
[docs] Update README.md
1 parent 2e4fa1a commit 9273da5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
## What is `opencv-python-cuda`?
22

3-
Pre-built NVIDIA® CUDA™ enabled OpenCV packages for Python that come with all batteries included. This is a fork of [the official opencv-python project](https://github.com/opencv/opencv-python). Right now packages are only produced for Windows x64.
3+
Pre-built NVIDIA® CUDA™ enabled OpenCV packages for Python that come with all batteries included. This is a fork of [the official opencv-python project](https://github.com/opencv/opencv-python). Right now packages are only produced for Windows x64, and devices must be Maxwell class (GeForce 900 series) or newer. Once installed via `pip` (or another Python package manager like `uv`), the following should *just work*:
4+
5+
```
6+
import cv2
7+
print(cv2.cuda.getCudaEnabledDeviceCount())
8+
```
49

510
### Installation and Usage
611

0 commit comments

Comments
 (0)