Skip to main content

CV-CUDA Python Package

License CUDA Python Platform

CV-CUDA is an open-source library of GPU-accelerated computer vision algorithms designed for speed and scalability. It delivers high-throughput, low-latency image/video processing for AI pipelines across NVIDIA cloud, desktop, and edge platforms. CV-CUDA is built for performance and works seamlessly with C/C++ and Python frameworks.

For more information on available operators, API documentation, and getting started guides, refer to our online documentation.

Installation

pip install cvcuda-cu13

CV-CUDA in action

Fully GPU-accelerated image resizing with nvImageCodec and CV-CUDA.

import cvcuda
from nvidia import nvimgcodec

# Decode image directly to GPU
decoder = nvimgcodec.Decoder()
image = decoder.read("input.jpg")

# Convert to CV-CUDA tensor and process
cvcuda_tensor = cvcuda.as_tensor(image, "HWC")
resized = cvcuda.resize(cvcuda_tensor, (224, 224, 3), cvcuda.Interp.LINEAR)

Documentation

Requirements

  • CUDA Toolkit 13 or later
  • Python 3.10 or later
  • NumPy 1.23.5 or later
  • Linux x86_64 (Ubuntu 20.04, 22.04, or later)

License

CV-CUDA is licensed under the Apache License 2.0.

Support

Citation

If you use CV-CUDA in your research, please cite:

@software{cvcuda,
  title = {CV-CUDA},
  author = {NVIDIA Corporation},
  year = {2023},
  url = {https://github.com/CVCUDA/CV-CUDA}
}

Note: This is version 0.17.0 for CUDA 13.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

cvcuda_cu13-0.17.0-py3-none-manylinux_2_27_aarch64.whl (155.4 MB view details)

Uploaded Python 3manylinux: glibc 2.27+ ARM64

cvcuda_cu13-0.17.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (123.6 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ x86-64

File details

Details for the file cvcuda_cu13-0.17.0-py3-none-manylinux_2_27_aarch64.whl.

File metadata

File hashes

Hashes for cvcuda_cu13-0.17.0-py3-none-manylinux_2_27_aarch64.whl
Algorithm Hash digest
SHA256 38050d4190fbe97ea68752c8951147b02a7c4075aa79af2f35b48b32fcee7cc0
MD5 2e21ee4caaed449c85aa62ad697736b8
BLAKE2b-256 b3451123cd5625836bd1dd929cf3ec33b3fad663f8251d9430b142eece623a9c

See more details on using hashes here.

File details

Details for the file cvcuda_cu13-0.17.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for cvcuda_cu13-0.17.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 fb9f811204a04411fa600e36e2fe5ba884f5e19828f28f47e9263ccb5427a8dd
MD5 5fd523f80e65087e15d386e3d37df80c
BLAKE2b-256 876c968109d7d71d788eba61320f436dabe88171b41b0d5249c1c32b41074307

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.17.0 This release

2 files

0.16.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page