Image Classification Datasets
image classification datasets that are used in my research.
Viewer • Updated • 1.43M • 37.7k • 573Note typically the control task
tanganke/sun397
Viewer • Updated • 39.7k • 6.13k • 2
tanganke/stanford_cars
Viewer • Updated • 72.5k • 6.3k • 20Note includes seven corruption on test data
tanganke/resisc45
Viewer • Updated • 69.3k • 4.81k • 1Note includes seven corruption on test data
tanganke/eurosat
Viewer • Updated • 43.2k • 4.43kNote includes seven corruption on test data
ufldl-stanford/svhn
Viewer • Updated • 879k • 5.15k • 14
tanganke/gtsrb
Viewer • Updated • 128k • 4.61k • 1Note includes seven corruption on test data
ylecun/mnist
Viewer • Updated • 70k • 50.2k • 196tanganke/dtd
Viewer • Updated • 5.64k • 4.59k • 4
uoft-cs/cifar100
Viewer • Updated • 60k • 12.5k • 53Note ```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 • 2.41k • 9timm/oxford-iiit-pet
Viewer • Updated • 7.35k • 2.85k • 6
1aurent/PatchCamelyon
Preview • Updated • 2.69k • 7Note 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 • 2.22kNote ```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 • 1.2kuoft-cs/cifar10
Viewer • Updated • 60k • 71.1k • 85
ethz/food101
Viewer • Updated • 101k • 13.1k • 106Note ```python from dataset import load_dataset dataset = load_dataset('food101') dataset['test'] = dataset['validation'] del dataset['validation'] ```
zalando-datasets/fashion_mnist
Viewer • Updated • 70k • 10.7k • 63nateraw/rendered-sst2
Viewer • Updated • 9.61k • 1.58ktanganke/kmnist
Viewer • Updated • 70k • 1.7k • 1tanganke/stl10
Viewer • Updated • 13k • 2.06k