You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for the question.
Currently there is no native support for HDF5 in DALI.
You can use ExternalSource to read your file using Python and feed it to DALI pipeline.
For better performance, you can try to implement your own reader using our plugin system.
If you are willing to contribute to DALI, we would be happy to accept PR with new op to read HDF5.
We haven't got into it yet, nor has anyone from the community decided to contribute to this functionality.
You can read more about our 2021 plans here. We can consider this as an item for 2022.
Hi,
I would like to read images from pre-saved HDF5 file? With pytorch
dataloader
, e.g. I create the following data class and put it indataloader
.Is it possible to use DALI to read HDF5, will it be faster than pytorch dataloader?
Thank you.
The text was updated successfully, but these errors were encountered: