nvImageCodec
nvImageCodec copied to clipboard
A nvImageCodec library of GPU- and CPU- accelerated codecs featuring a unified interface
### Is this a new feature, an improvement, or a change to existing functionality? New Feature ### How would you describe the priority of this feature request Nice to have...
I was building this project with some optional features disabled and ran into CMake and compiler errors. Specifically, I was trying to build with this configuration. ```bash cmake .. -GNinja...
Bumps [opencv-python](https://github.com/opencv/opencv-python) from 4.6.0.66 to 4.8.1.78. Release notes Sourced from opencv-python's releases. 4.8.1.78 OpenCV 4.8.1 release. Important changes: WebP security update for CVE-2023-4863 4.8.0.76 Adds cv2.typing to package. Close #869...
### Version 0.3.0.5 ### Describe the bug. When reading an 1ch 8bit image, nvimgcodec returns a 3ch 8bit image. OpenCV has the same behaviour when not specifying a format. When...
### Version 0.4.0 ### Describe the bug. I run the sample code in But I got some error. I can see the first image, But I can't see the other....
### Version v0.4.1 ### Describe the bug. After I built successfully C++ API on Jetson AGX Orin (Jetpack 6.0) when I run the example by the command-line: `./example/nvimtrans/nvimtrans -i ../example/assets/images/tabby_tiger_cat.jpg...
### Version 0.4.1.21 ### Describe the bug. My cuda version is 12.4. Here is a simple test example: ``` import cupy as cp from nvidia import nvimgcodec def test_encode(): encoder...
### Describe the question. When using the JPEG encoder, the following error message appears when processing smaller-sized images: `[ERROR] [nvjpeg_cuda_encoder] Could not encode jpeg code stream - nvjpeg error #8...
### Version 0.4.0 ### Describe the bug.  In our Triton Inference Server service, we need to decode JPEG images in each request. After the service has been running for...
### Describe the question. Hi, I'm hoping to integrate nvImageCode with PyTorch DataLoaders (torch utils DataLoader, or [FFCV](https://github.com/facebookresearch/FFCV-SSL) DataLoader, or [LitData](https://github.com/Lightning-AI/litdata) DataLoader), but I'm struggling. If I include the decoder...