File size: 432 Bytes
be9421a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | {
"dataset": "ScrewSet-S",
"description": "Simulated corruptions applied to ScrewSet test set (same format as CIFAR-10-C / ImageNet-C), severities 1-5",
"num_images": 20480,
"num_classes": 40,
"image_shape": [
480,
640,
3
],
"severity_levels": [
1,
2,
3,
4,
5
],
"corruptions": {
"snow": {
"shape": [
102400,
480,
640,
3
]
}
}
} |