Skip to main content

CUDA-accelerated Computer Vision algorithms

Project description

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.9 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.16.0 for CUDA 13.

Project details


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.16.0-py3-none-manylinux_2_27_aarch64.whl (115.5 MB view details)

Uploaded Python 3manylinux: glibc 2.27+ ARM64

cvcuda_cu13-0.16.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (102.9 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ x86-64

File details

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

File metadata

File hashes

Hashes for cvcuda_cu13-0.16.0-py3-none-manylinux_2_27_aarch64.whl
Algorithm Hash digest
SHA256 0b6f7cb433c506609ed22fcf08e3d323ef5111cba61def510a6caddc764fed43
MD5 ac7f76a4702b272fcee652f22daff5af
BLAKE2b-256 e9bebc5ec5ede85b566b4d214dfa9c13c9e81c8f29a252d712ea9637e3ff7266

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cvcuda_cu13-0.16.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 1620f97065e1444b80a536c9d1539f3ec4f22c462487b155270c2681b82e7aea
MD5 c3cc3f07f82810919f5d4ac7b5fb258e
BLAKE2b-256 b351ca92535c56f2901dc42c1129b745fd44578a03ffbf9b14ab02c694aef4f6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page