-
### Describe the question.
I’m encountering an issue while running a DALI pipeline with GPU-only decoding. The pipeline works when the fn.decoders.image operator is set to "mixed" mode, but it fails …
-
Hi. I just found out that opencv-python doesn't actually use the gpu, even when properly compiled with cuda support on.
I'm currently actively looking for a package that does so. Does this repo exp…
-
Hello, I'm trying to send image in binary format to triton server with Dali preprocessing
I'm trying to send JPEG or PNG images as bytes but getting error about `Unrecognized image format. Supported …
-
## 环境
- 【FastDeploy版本】:73f42e36beb959717f8a901251a12b0ff162e8d3
- 【编译命令】:
```
cmake .. -G "Visual Studio 17 2022" -A x64 -DENABLE_ORT_BACKEND=ON -DENABLE_PADDLE_BACKEND=ON -DENABLE_OPENVINO_BAC…
-
### Describe the question.
Hello,
I am currently working on training on ImageNet within the KD framework, using the following "create_dali_pipeline" function.
My objective is to extract the a…
-
### Describe the question.
Hi,
I'm using DALI to preprocess the Imagenet data. I have all my data cached in memory. I want to test the performance of GPU preprocessing.
I'm using batch size 256…
-
### 🐛 Describe the bug
nvJPEG leaks memory and fails with OOM after ~1-2k images.
```
import torch
from torchvision.io import read_file, decode_jpeg
for i in range(1000): # increase to your l…
-
BPO | [47082](https://bugs.python.org/issue47082)
--- | :---
Nosy | @tiran, @seberg, @jhgoebbert
*Note: these values reflect the state of the issue at the time it was migrated and might not reflect t…
-
**Describe the bug**
I have an xpra server & html5 client connecting to it. When I have nvenc disabled, I can connect and everything looks similar to a local desktop session. When I enable nvenc and …
-
**What is your question?**
How can I convert cv::Mat to TensorWrapData?
There is my code modified from samples/cropandresize, but it doesn't produce the right resize image.
```
auto imgM…