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-cu12

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

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_cu12-0.17.0-py3-none-manylinux_2_27_aarch64.whl (167.7 MB view details)

Uploaded Python 3manylinux: glibc 2.27+ ARM64

cvcuda_cu12-0.17.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (142.5 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ x86-64

File details

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

File metadata

File hashes

Hashes for cvcuda_cu12-0.17.0-py3-none-manylinux_2_27_aarch64.whl
Algorithm Hash digest
SHA256 9c0bf513c643cca58262334708d58f4910e3543f77b908f2e3c871ba9d25110a
MD5 823251f68944efa3d4ec3d884a553153
BLAKE2b-256 61525c6e4a11e278ce23f5b294444dfac7996072341a1c68ba5e0483b04d58a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cvcuda_cu12-0.17.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 01546cafd7e18da8b57db327464f35ffaaff70201e3b5d751174caad9786463e
MD5 968bf05d5656c8edbc5ae92f67ce239c
BLAKE2b-256 24022a483114a972ca23f9bb7ec3ec900042adbe91f99359d8451dba3d5f7e82

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

0.15.0

2 files

0.14.0

2 files

0.14.0b0

2 files

0.0.0

1 file

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