-
环境 20核cpu cuda 10.2 T4 单卡
def get_image(image_url):
if not image_url:
return None
try:
image_url = parse.unquote(image_url)
response = requests.get(image_url)
…
-
I hope you can open up the test code for nvJPEG encoding capabilities, thank you very much.
-
现在得把cuda和NvJpeg都安装到anaconda里方便复制环境。
cuda可以通过conda安装,直接都安装到cuda的虚拟环境里面了。
现在就差这个库怎么安装到cuda的虚拟环境里了。
我尝试修改了代码:
```
elif platform.system() == 'Windows':
cuda_include = 'C:\\Anaconda3\\envs\\onnx\…
-
hi!
I create separate instances in multiple threads and call nvjpegEncodeYUV(Handle, EncoderState, EncoderParams, &DBuffer, NVJPEG_CSS_GRAY, Width, Height, Stream); return NVJPEG_STATUS_EXECUTION_FAI…
-
### Describe the issue:
Calling `import numpy` at the same time in two different threads can lead to a race-condition
This happens for example with Xpra when loading the encoder nvjpeg:
```
2022-…
-
I tried to using nvenc for video encoder following the doc below:
https://github.com/Xpra-org/xpra/blob/master/docs/Usage/NVENC.md
I am not sure about wheather it's running properly. client.connec…
-
Thanks to the contribution of this warehouse, I am a beginner of NvJPEG, trying to use RTX 3060 to compress png or bmp images, and raise a few questions as follows:
Resolution of input image: 8432 * …
-
I want to use tf.placeholder as input of image bytes, then call nvJPEG to get dali TensorGPU.
-
Hey! Thanks for a great library for decoding images.
I would like to know if there is a possibility to decode images
immediately into the desired format. For example in gray, such as in OpenCV:
c…
-
input connector 's resize is done only on CPU, and takes more time then inference on many GPU enabled platforms.
When available, cv::resize should be replaced by cv::cuda::resize of cv::gpu::resi…