Image Classification Datasets
image classification datasets that are used in my research.
Viewer • Updated • 1.43M • 93.2k • 743Note typically the control task
-
tanganke/sun397
Viewer • Updated • 39.7k • 20.6k • 3
tanganke/stanford_cars
Viewer • Updated • 72.5k • 18.8k • 26Note includes seven corruption on test data
tanganke/resisc45
Viewer • Updated • 69.3k • 18.4k • 2Note includes seven corruption on test data
tanganke/eurosat
Viewer • Updated • 43.2k • 20.4k • 1Note includes seven corruption on test data
-
ufldl-stanford/svhn
Viewer • Updated • 879k • 32.3k • 15
tanganke/gtsrb
Viewer • Updated • 128k • 18.3k • 1Note includes seven corruption on test data
-
ylecun/mnist
Viewer • Updated • 70k • 85.3k • 230 -
tanganke/dtd
Viewer • Updated • 5.64k • 19.3k • 4
uoft-cs/cifar100
Viewer • Updated • 60k • 32.6k • 59Note ```python from dataset import load_dataset dataset = load_dataset('cifar100') dataset = dataset.remove_columns('coarse_label').rename_columns({'img': 'image', 'fine_label': 'label'}) ```
-
dpdl-benchmark/oxford_flowers102
Viewer • Updated • 8.19k • 8.16k • 11 -
timm/oxford-iiit-pet
Viewer • Updated • 7.35k • 12k • 6
1aurent/PatchCamelyon
Preview • Updated • 8.28k • 10Note PCam in short. ```python from dataset import load_dataset dataset = load_dataset('1aurent/PatchCamlyon') classnames = ['lymph node', 'lymph node containing metastatic tumor tissue'] clip_templates = [lambda c: f'a histopathology slide showing {c}', lambda c: f'histopathology image of {c}'] ```
clip-benchmark/wds_fer2013
Viewer • Updated • 35.9k • 9.31kNote ```python from dataset import load_dataset dataset = load_dataset('clip-benchmark/wds_fer2013') dataset = dataset.remove_columns(['__key__', '__url__']).rename_columns({'jpg': 'image', 'cls': 'label') ```
-
tanganke/emnist_letters
Viewer • Updated • 146k • 3.6k -
uoft-cs/cifar10
Viewer • Updated • 60k • 85k • 97
ethz/food101
Viewer • Updated • 101k • 21.6k • 124Note ```python from dataset import load_dataset dataset = load_dataset('food101') dataset['test'] = dataset['validation'] del dataset['validation'] ```
-
zalando-datasets/fashion_mnist
Viewer • Updated • 70k • 31.1k • 66 -
nateraw/rendered-sst2
Viewer • Updated • 9.61k • 4.54k -
tanganke/kmnist
Viewer • Updated • 70k • 5.95k • 2 -
tanganke/stl10
Viewer • Updated • 13k • 7.6k