Dataset Sources
- CIFAR-10: torchvision dataset, in-distribution class airplane versus non-airplane proxy OOD split.
- CIFAR-100: torchvision external OOD.
- SVHN: torchvision SVHN, format 2 cropped.
- FashionMNIST: torchvision, resized to 32 x 32 and converted to RGB.
- Places365: external OOD scene dataset.
- Textures/DTD: Describable Textures Dataset.
The GitHub package contains the evaluation scripts and expected preprocessing logic. Public datasets should be downloaded from their canonical sources during reproduction.