Increase DALI adoption by providing a PyTorch dataset wrapper #2569
Labels
enhancement
New feature or request
external contribution welcome
A good place to start contributing to the project
Hi DALI team,
Thank you for a wonderfully performant library! I think there is a way to dramatically boost DALI adoption with a couple of pull requests.
PyTorch TorchVision provides many dataset loaders here:
https://pytorch.org/docs/stable/torchvision/datasets.html
TorchVision ImageFolder dataset is the closest to DALI interface. Creating "DALI" loader through a pull request will make this library much easier to use for the PyTorch ecosystem.
ImageFolder code begins here:
https://github.com/pytorch/vision/blob/2f1399e86309fa3c286771176c017fdfaf3ce00e/torchvision/datasets/__init__.py
How do you feel about this idea? Thanks for the feedback!
The text was updated successfully, but these errors were encountered: