fromse95
fromse95
I have a question, how Dali,reader.video decodes a video fully? as we known, gpu codec sdk, it can get the frame number of a video, and it can decode a...
our training tasks require to decode every video fully and input into a list, then transform into torch on gpu, if using DALI to decode videos which have various duration(frame...
when run this code, error happens: Error when executing Mixed operator experimental__decoders__Video encountered: Stacktrace (16 entries): [frame 0]: /usr/local/python3/lib/python3.8/site-packages/nvidia/dali/libdali_operators.so(+0x63341e) [0x7f712ba2741e] File "/usr/local/python3/lib/python3.8/site-packages/nvidia/dali/pipeline.py", line 1037, in _outputs RuntimeError: Critical error in...
https://github.com/NVIDIA/DALI_extra/blob/main/db/video/cfr_test.mp4 this video has the same error, whether my codes above have bugs? test.mp4 can be decoded by GPU codec sdk. I want to find a method that use c++...