DALI_pytorch_demo
DALI_pytorch_demo copied to clipboard
Contact you
Hi, I was looking at your snippet and I was wondering if you have experimented with other kind of data. As far as I can see this DALI library (I've been trying to find examples) is intented to be used for specific kind of data, right?
Pytorch dataset is flexible as you can code almost everything. Is it possible such flexibility here? is it restricted to premade image/audio/video loader?
As far as I can see it's only possible to use the system as dataloader. Is it possible to make use only of GPU accelerated video/image decoding tools in a normal pytorch dataset class?
This example is purely for image loading. DALI itself has added support for many other datatypes, such as audio. I suggest you check out the official docs, there's some examples in there now for other datatypes