Janusz Lisiecki
Janusz Lisiecki
Hi @AhmedHussKhalifa, Thank you for reaching out. I think you can use [the `peek image shape` operator](https://docs.nvidia.com/deeplearning/dali/user-guide/docs/operations/nvidia.dali.fn.peek_image_shape.html) to learn the shape of the input image, [math operations](https://docs.nvidia.com/deeplearning/dali/user-guide/docs/math.html) to compute the...
Hi @bpleshakov, This is one of the limitations of the experimental video decoder. There is a pending PR that was about to enable mpeg4 support for this operator https://github.com/NVIDIA/DALI/pull/4361, however,...
Hi @DAVID-Hown, Thank you for reaching out. The video reader returns sequences of the given length. Also, the reader is an infinite data source so it just wraps up. If...
Hi @DAVID-Hown, It seems that the video has 451 frames while based on the length and FPS it is calculated as 452. Due to that DALI assumes that the last...
@DAVID-Hown, > The current API does not support variable frame rates, so I added the parameter skip_vfr_check=True to the implementation It bypasses the heuristics that attempt to detect VFRs, in...
Hi @Tpoc311, Thank you for reaching out. Currently, it is not possible to achieve it directly in DALI. The assumption is that one sample at the input can produce only...
Hi @Tpoc311, > The obvious disadvantage of this approach is that I have to put N-1 extra source images into pipeline. If there is any other way to solve this...
Hi @Tpoc311, Thank you for the suggestion. The goal of this section is to describe how to prepare a transformation matrix for the `fn.warp_affine` operator. Putting it here will mix...
Hi @DequanZhu, You can try to update the DALI version inside the existing TRITON container (it should keep the API compatibility between DALI and TRITON DALI backend compatibility). Regarding changing...
~Please use the last TRITON server image that uses CUDA 11 (22.12), and inside it ```/opt/tritonserver/backends/dali/conda/envs/dalienv/bin/python -m pip install --extra-index-url https://developer.download.nvidia.com/compute/redist --upgrade nvidia-dali-cuda110``` and ```cp -r ./backends/dali/conda/envs/dalienv/lib/python3.8/site-packages/nvidia/dali ./backends/dali``` It should...