Janusz Lisiecki
Janusz Lisiecki
1.35 is available. Please check the newly introduced operator.
Hi @Vincouux, > This doesn't really answer the original question which was that python function cannot be serialized. As I mentioned _by design Python operator cannot be serialized as we...
Hi @rcthomas, I'm sorry to say but this is not on our mid-term [roadmap](https://github.com/NVIDIA/DALI/issues/2978). However, if there is anyone in the community willing to contribute such functionality we would be...
Hi @mrocklin, There is an experimental support added, please check [the `fits` reader](https://docs.nvidia.com/deeplearning/dali/user-guide/docs/operations/nvidia.dali.fn.experimental.readers.fits.html) that is available now.
Hi, Small update. Now you can use [the `remap` operator](https://docs.nvidia.com/deeplearning/dali/user-guide/docs/operations/nvidia.dali.fn.experimental.remap.html) that should provide the same functionality (of course you need to generate the transformation what is more complicated than using...
Hi, This option won't help you, as it is not possible to be 100% sure if the video is CFR or VFR until it is fully processed. Due to the...
As said, it won't work, if frames are not equally spaced then the decoder would just hang as it would wait for a frame that doesn't exist in the video...
> Do you happen to know if the limitation of decoding the only video with constant frame rate also in the NVidia Video Codec SDK? It is only the way...
When the VideoReader operator is created it builds a list of all possible sequences. [Now it is enough to open a file, get frame count and based on the sequence's...
> > If we are going to list all frame time stamps the initialization could last very long as it requires to parse the whole stream for each file. >...