-
### š Describe the bug
When I build `libtorchvision.so` with cmake, it ends up without `nvJPEG`.
How should I modify `CMakeLists.txt` in order to get this to work?
Hope you can help me :) /Soreā¦
-
Hi, any attempt or roadmap to support nvJPEG?
-
I create Encode handle and state and Encode params. I set Encoding Algorithm by function `nvjpegEncoderParamsSetEncoding(params_.encoder_params,encoding,params_.stream);` the encoding content is `Nā¦
-
Should I be able to open .jph file using nvJPEG2000 library?
The library docs advertise support for high throughput but so far I can only decode jp2 files.
>The [HTJ2K](https://htj2k.com) standaā¦
-
Hi,
I use the sample named nvJPEG_encoder, and I use NVJPEG_CSS_GRAY as subsampling format to encode an image size(4x16), will get below error:
CUDA error at d:\cppworkspace\cuda-samples\samples\ā¦
-
Hi, I'm currently trying to install pynvjpeg on ubuntu 16.04 with pip install pynvjpeg.
However, I face the awkward errors,
the error logs are as follows:
Building wheel for pynvjpeg (setupā¦
-
### Describe the question.
# Describe the question.
## num_components == 2 and color space == JCS_UNKNOWN
Is there any way for nvJPEG to support lossless jpeg decode with the format of num_componā¦
-
Hi:
I found some bugs about nvjpeg encoder;
when I init nvjpeg and use is in one thread, it seems fine;
but when I init nvjpeg in main thread, and use it in other 4 threads, the nvjpegEā¦
-
I build cuda samples install by cuda installer,then I build nvJPEG_encode success on my platform:
Driver 440.82 CUDA Version:10.2,I run success by call:
`./nvJPEG_encoder -i src/ -o out/ -q 100 ā¦
-