Janusz Lisiecki

Results 498 comments of Janusz Lisiecki

Hi @kikiyana, Thank you for reaching out. Could you check if your image pipeline works when you set the device in the decoder operator to mixed? Additionally, are you running...

@kikiyana, The error you see comes from one of the methods from the driver API. I can only guess it is returned by the video SDK. Can you check if...

Hi @kikiyana, What I usually do is invoke Docker with `--gpus 'all,"capabilities=compute,utility,video"'`. Although `-e NVIDIA_DRIVER_CAPABILITIES=compute,utility,video` should work as well, I'm not sure if executing an export command inside the running...

I'm afraid it doesn't fall into any known issues, and more data points are needed to narrow down the problem. I recommend searching online for similar issues and trying different...

Hi @Arith2, > I am interested for the unified programming environment of both preprocessing and training. It looks that DALI pays nothing and the online training is in the same...

Hi @Tomsen1410, Thank you for reporting this. Can you tell if the videos are indeed corrupted by opening them in FFmpeg or this is just a DALI behavior? DALI operators...

You can check [this thread](https://stackoverflow.com/questions/10957412/fastest-way-to-extract-frames-using-ffmpeg) and see if FFmpeg can decode and save frames to a file.

If FFmpeg cannot handle the video correctly I don't think we can do more than that. As you are using webdataset, you can manually edit the index file generated by...

@Tomsen1410 - the https://github.com/NVIDIA/DALI/pull/5491 has been merged. Please check the next nightly build to see if that helps.