Datasets ************************* There are many datasets used in experiments with OOD methods. Finding, downloading and writing code for reading these datasets can be tedious. This package provides access to some of the most used datasets in the OOD literature. Most of these implementations support auto-downloading. Image ==================================================== .. automodule:: pytorch_ood.dataset.img :members: :undoc-members: :show-inheritance: Text ====================================================== .. automodule:: pytorch_ood.dataset.txt :members: :undoc-members: :show-inheritance: Audio ===================================================== .. automodule:: pytorch_ood.dataset.audio :members: :undoc-members: :show-inheritance: Video ===================================================== .. note :: There are, to our knowledge, no video datasets for OOD detection available. If you are aware of any, please, let us know. Open Set Simulations ===================================================== .. automodule:: pytorch_ood.dataset.ossim