📦 [Datasets] Test-Time Adaptation
Collection
3 items • Updated • 1
image imagewidth (px) 224 224 | label class label 1k
classes |
|---|---|
0n01440764 | |
0n01440764 | |
0n01440764 | |
0n01440764 | |
0n01440764 | |
0n01440764 | |
0n01440764 | |
0n01440764 | |
0n01440764 | |
0n01440764 | |
0n01440764 | |
0n01440764 | |
0n01440764 | |
0n01440764 | |
0n01440764 | |
0n01440764 | |
0n01440764 | |
0n01440764 | |
0n01440764 | |
0n01440764 | |
0n01440764 | |
0n01440764 | |
0n01440764 | |
0n01440764 | |
0n01440764 | |
0n01440764 | |
0n01440764 | |
0n01440764 | |
0n01440764 | |
0n01440764 | |
0n01440764 | |
0n01440764 | |
0n01440764 | |
0n01440764 | |
0n01440764 | |
0n01440764 | |
0n01440764 | |
0n01440764 | |
0n01440764 | |
0n01440764 | |
0n01440764 | |
0n01440764 | |
0n01440764 | |
0n01440764 | |
0n01440764 | |
0n01440764 | |
0n01440764 | |
0n01440764 | |
0n01440764 | |
0n01440764 | |
1n01443537 | |
1n01443537 | |
1n01443537 | |
1n01443537 | |
1n01443537 | |
1n01443537 | |
1n01443537 | |
1n01443537 | |
1n01443537 | |
1n01443537 | |
1n01443537 | |
1n01443537 | |
1n01443537 | |
1n01443537 | |
1n01443537 | |
1n01443537 | |
1n01443537 | |
1n01443537 | |
1n01443537 | |
1n01443537 | |
1n01443537 | |
1n01443537 | |
1n01443537 | |
1n01443537 | |
1n01443537 | |
1n01443537 | |
1n01443537 | |
1n01443537 | |
1n01443537 | |
1n01443537 | |
1n01443537 | |
1n01443537 | |
1n01443537 | |
1n01443537 | |
1n01443537 | |
1n01443537 | |
1n01443537 | |
1n01443537 | |
1n01443537 | |
1n01443537 | |
1n01443537 | |
1n01443537 | |
1n01443537 | |
1n01443537 | |
1n01443537 | |
1n01443537 | |
1n01443537 | |
1n01443537 | |
1n01443537 | |
1n01443537 |
Mirror of ImageNet-C (Hendrycks & Dietterich, ICLR 2019) with a revision pin for reproducible test-time adaptation evaluation.
@inproceedings{hendrycks2019benchmarking,
title={Benchmarking Neural Network Robustness to Common Corruptions and Perturbations},
author={Hendrycks, Dan and Dietterich, Thomas},
booktitle={ICLR},
year={2019}
}
gaussian_noise, shot_noise, ..., jpeg_compression).severity_1 through severity_5, 50 000 images each (1000 classes x 50).ClassLabel with 1000 WordNet-ID names in torchvision order
(lexicographic on wnid; n01440764 = idx 0 = tench).from datasets import load_dataset
ds = load_dataset("WNJXYK/TTA-ImageNet-C",
name="gaussian_noise",
split="severity_5",
revision="v1.0")
This mirror was built by scripts/publish_imagenetc.py in the
TTA-Evaluation-Harness repo. JPEG bytes are copied 1:1 from the upstream
files - no re-encoding, pixel-for-pixel identical to Hendrycks's release.