pytorch-image-models/results
Ross Wightman 6be878c22a Update results README to include robustness and real labels tests. Include labels files used in results gen. 2020-07-27 14:08:44 -07:00
..
README.md Update results README to include robustness and real labels tests. Include labels files used in results gen. 2020-07-27 14:08:44 -07:00
generate_csv_results.py set precision=2 in param_count 2020-07-09 16:43:11 +05:30
imagenet_lsvrc_2015_synsets.txt Update results README to include robustness and real labels tests. Include labels files used in results gen. 2020-07-27 14:08:44 -07:00
real.json Update results README to include robustness and real labels tests. Include labels files used in results gen. 2020-07-27 14:08:44 -07:00
results-imagenet-a.csv set precision=2 in param_count 2020-07-09 16:43:11 +05:30
results-imagenet.csv Update results csv files 2020-06-09 14:36:24 -07:00
results-imagenetv2-matched-frequency.csv set precision=2 in param_count 2020-07-09 16:43:11 +05:30
results-sketch.csv set precision=2 in param_count 2020-07-09 16:43:11 +05:30

README.md

Validation Results

This folder contains validation results for the models in this collection having pretrained weights. Since the focus for this repository is currently ImageNet-1k classification, all of the results are based on datasets compatible with ImageNet-1k classes.

Datasets

There are currently results for the ImageNet validation set and 5 additional test/label sets.

ImageNet Validation - results-imagenet.csv

The standard 50,000 image ImageNet-1k validation set. Model selection during training utilizes this validation set, so it is not a true test set. Question: Does anyone have the official ImageNet-1k test set classification labels now that challenges are done?

ImageNetV2 Matched Frequency - results-imagenetv2-matched-frequency.csv

An ImageNet test set of 10,000 images sampled from new images roughly 10 years after the original. Care was taken to replicate the original ImageNet curation/sampling process.

ImageNet-Sketch - results-sketch.csv

50,000 non photographic (or photos of such) images (sketches, doodles, mostly monochromatic) covering all 1000 ImageNet classes.

ImageNet-Adversarial - results-imagenet-a.csv

A collection of 7500 images covering 200 of the 1000 ImageNet classes. Images are naturally occuring adversarial examples that confuse typical ImageNet classifiers. This is a challenging dataset, your typical ResNet-50 will score 0% top-1.

ImageNet-Robustness - results-imagenet-r.csv

Renditions of 200 ImageNet classes resulting in 30,000 images for testing robustness.

ImageNet-"Real Labels" - results-imagenet-real.csv

TODO