6 ms·
Hi, In the past I have used NVVideoCodec and VPI for gpu accelerated decoding and processing. What would be torchcodec's appeal here? VPI already provides zero
by antixk 3mo ago
Hi,
In the past I have used NVVideoCodec and VPI for gpu accelerated decoding and processing. What would be torchcodec's appeal here? VPI already provides zero-copy interface with pytorch.
Thanks!
- scott_s 3mo ago1. A higher-level API that better integrates into the PyTorch ecosystem. 2. Ease of going back-and-forth between CPU and GPU; in our experience, there's still a lot of scenarios where CPU decoding makes sense. 3. Audio decoding support. Please take a look at our tutorials to get a feel for what TorchCodec can do: https://meta-pytorch.org/torchcodec/stable/generated_examples/index.html https://meta-pytorch.org/torchcodec/stable/generated_example...