MarMaster commited on
Commit
7b5b1b3
·
verified ·
1 Parent(s): 5fa0e8a

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - image-classification
5
+ language:
6
+ - en
7
+ tags:
8
+ - imagenet
9
+ - corruption
10
+ - robustness
11
+ - computer-vision
12
+ - image-classification
13
+ size_categories:
14
+ - 1M<n<10M
15
+ ---
16
+
17
+ # Corruption Dataset: Fog
18
+
19
+ ## Dataset Description
20
+
21
+ This dataset contains corrupted versions of ImageNet-1K images using **fog** corruption. It is part of the ImageNet-C benchmark for evaluating model robustness to common image corruptions.
22
+
23
+ ### Dataset Structure
24
+
25
+ - **Train**: 1,281,167 corrupted images
26
+ - **Validation**: 50,000 corrupted images
27
+ - **Classes**: 1000 ImageNet-1K classes
28
+ - **Format**: Arrow (Hugging Face Datasets)
29
+
30
+ ### Corruption Type: Fog
31
+
32
+ Adds fog effects, simulating atmospheric conditions.
33
+
34
+ ## Usage
35
+
36
+ ```python
37
+ from datasets import load_dataset
38
+
39
+ # Load the dataset
40
+ dataset = load_dataset("MarMaster/corruption-fog")
41
+
42
+ # Access train and validation splits
43
+ train_dataset = dataset["train"]
44
+ val_dataset = dataset["validation"]
45
+
46
+ # Example usage
47
+ for example in train_dataset:
48
+ image = example["image"]
49
+ class_id = example["class_id"]
50
+ filename = example["filename"]
51
+ ```
52
+
53
+ ## Dataset Statistics
54
+
55
+ - **Total Images**: 1,331,167
56
+ - **Train Images**: 1,281,167
57
+ - **Validation Images**: 50,000
58
+ - **Classes**: 1000
59
+ - **Image Format**: RGB
60
+ - **Average Image Size**: Variable (ImageNet-1K standard)
61
+
62
+ ## Citation
63
+
64
+ If you use this dataset, please cite the original ImageNet-C paper:
65
+
66
+ ```bibtex
67
+ @article{hendrycks2019benchmarking,
68
+ title={Benchmarking Neural Network Robustness to Common Corruptions and Perturbations},
69
+ author={Hendrycks, Dan and Dietterich, Tom},
70
+ journal={Proceedings of the International Conference on Learning Representations},
71
+ year={2019}
72
+ }
73
+ ```
74
+
75
+ ## License
76
+
77
+ This dataset is released under the MIT License. The original ImageNet dataset follows its own licensing terms.
78
+
79
+ ## Contact
80
+
81
+ For questions or issues, please contact: marcin.osial@[your-institution].edu
dataset_info.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_name": "corruption-fog",
3
+ "dataset_version": "1.0.0",
4
+ "description": "ImageNet-Corruption dataset with fog corruption",
5
+ "license": "mit",
6
+ "task_categories": [
7
+ "image-classification"
8
+ ],
9
+ "language": [
10
+ "en"
11
+ ],
12
+ "tags": [
13
+ "imagenet",
14
+ "corruption",
15
+ "robustness",
16
+ "computer-vision"
17
+ ],
18
+ "size_categories": "1M<n<10M",
19
+ "splits": {
20
+ "train": {
21
+ "name": "train",
22
+ "num_bytes": 0,
23
+ "num_examples": 563660
24
+ },
25
+ "validation": {
26
+ "name": "validation",
27
+ "num_bytes": 0,
28
+ "num_examples": 50000
29
+ }
30
+ },
31
+ "features": {
32
+ "image": {
33
+ "dtype": "image",
34
+ "_type": "Image"
35
+ },
36
+ "class_id": {
37
+ "dtype": "string",
38
+ "_type": "Value"
39
+ },
40
+ "split": {
41
+ "dtype": "string",
42
+ "_type": "Value"
43
+ },
44
+ "filename": {
45
+ "dtype": "string",
46
+ "_type": "Value"
47
+ }
48
+ },
49
+ "download_size": 0,
50
+ "dataset_size": 0,
51
+ "created_at": "2025-10-27 22:36:45",
52
+ "corruption_type": "fog"
53
+ }
train/data-00000-of-00019.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13fc05fdfd7c5e07907c6010cafaecb417a5d4ddcdccfaad7e29ba6e9317a089
3
+ size 430801176
train/data-00001-of-00019.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0298e99e79b62333f45423225c54055929496f263546df03269995e8dfcc1cca
3
+ size 437945168
train/data-00002-of-00019.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:253c0138706cff5e1f08de88f6e6c6262515190a4af5a5520ce8b11663d9287c
3
+ size 436558384
train/data-00003-of-00019.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7d376ee16a0564c2208044bbf6ee511cffd749a4c00dcdb986125f35aad1c48
3
+ size 432266176
train/data-00004-of-00019.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9d4c4142c49957f2fce5d184efd499918275e115e362eb34fa678b42585c9da
3
+ size 412966768
train/data-00005-of-00019.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71bbbf9045bdee63013f594e9bc7c26d7c6268e54e253a2a45dbb073ce85031c
3
+ size 432393704
train/data-00006-of-00019.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cec2302104d0fec58271bb52a531d7d4b8c919fd84bcd5c0b04983896a345d97
3
+ size 432085552
train/data-00007-of-00019.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:363f2bbbb2bd77de69862a996f47950ef5af2b6874d543c58529c42debe0e845
3
+ size 430692040
train/data-00008-of-00019.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:637e730c5493029bd228634cedcd0971f8ea8d5a3c8cd4927c61bfdb6a0ad136
3
+ size 431211872
train/data-00009-of-00019.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:951abd58555db274ea5fa1298dabbf08eed605759dfe0b48448edff1e191c630
3
+ size 435143736
train/data-00010-of-00019.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb4ebe513d2e3c874543ae541497183872d889dffd5ee0c1dd315144c2eb68a5
3
+ size 435617584
train/data-00011-of-00019.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bee19e233fb76220c7441abf7501b8742ca7abfb728b86e9d7f696f0dc8aee92
3
+ size 422307872
train/data-00012-of-00019.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f057b85603531ae70f414309fc6ddb913d5ba1f31cb99e11392b7c596f391414
3
+ size 422779536
train/data-00013-of-00019.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2a03ff1302353a203d624b0cb16b4d71118c92f8e1b15b3c78301ca3f4a0515
3
+ size 420842400
train/data-00014-of-00019.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:888ca1398b02eef2b80ee4d3126eee0bdc8115650d9be5a9adad3c20cea7dbd1
3
+ size 419162832
train/data-00015-of-00019.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7899b12d6d66b161d581d90d67947e96b71beca27b1402cbb58e8ed6630cade7
3
+ size 436692008
train/data-00016-of-00019.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:035b615096ab4c9d0ef5daf3a783af416e96daca819cf7629215667b6b25ac40
3
+ size 428322272
train/data-00017-of-00019.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d0ee78a006bf9044a6a852677c950dffcea2cbb0e1865976978786910ad7e36
3
+ size 428037400
train/data-00018-of-00019.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7454b46e0aec34f727e6b86fb0f958f45eec7c091e18059d38660113f7bffb3
3
+ size 433777016
train/dataset_info.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "corruption_type": "fog",
3
+ "split": "train",
4
+ "num_images": 563660,
5
+ "features": {
6
+ "image": {
7
+ "_type": "Image"
8
+ },
9
+ "class_id": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "split": {
14
+ "dtype": "string",
15
+ "_type": "Value"
16
+ },
17
+ "filename": {
18
+ "dtype": "string",
19
+ "_type": "Value"
20
+ }
21
+ },
22
+ "created_at": "2025-10-27 22:36:18"
23
+ }
train/state.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00019.arrow"
5
+ },
6
+ {
7
+ "filename": "data-00001-of-00019.arrow"
8
+ },
9
+ {
10
+ "filename": "data-00002-of-00019.arrow"
11
+ },
12
+ {
13
+ "filename": "data-00003-of-00019.arrow"
14
+ },
15
+ {
16
+ "filename": "data-00004-of-00019.arrow"
17
+ },
18
+ {
19
+ "filename": "data-00005-of-00019.arrow"
20
+ },
21
+ {
22
+ "filename": "data-00006-of-00019.arrow"
23
+ },
24
+ {
25
+ "filename": "data-00007-of-00019.arrow"
26
+ },
27
+ {
28
+ "filename": "data-00008-of-00019.arrow"
29
+ },
30
+ {
31
+ "filename": "data-00009-of-00019.arrow"
32
+ },
33
+ {
34
+ "filename": "data-00010-of-00019.arrow"
35
+ },
36
+ {
37
+ "filename": "data-00011-of-00019.arrow"
38
+ },
39
+ {
40
+ "filename": "data-00012-of-00019.arrow"
41
+ },
42
+ {
43
+ "filename": "data-00013-of-00019.arrow"
44
+ },
45
+ {
46
+ "filename": "data-00014-of-00019.arrow"
47
+ },
48
+ {
49
+ "filename": "data-00015-of-00019.arrow"
50
+ },
51
+ {
52
+ "filename": "data-00016-of-00019.arrow"
53
+ },
54
+ {
55
+ "filename": "data-00017-of-00019.arrow"
56
+ },
57
+ {
58
+ "filename": "data-00018-of-00019.arrow"
59
+ }
60
+ ],
61
+ "_fingerprint": "132fd3bcb847ca94",
62
+ "_format_columns": null,
63
+ "_format_kwargs": {},
64
+ "_format_type": null,
65
+ "_output_all_columns": false,
66
+ "_split": null
67
+ }
val/data-00000-of-00002.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee122171b758f0156cfd1b6f68f7683c8eed8596689063cd702cf91eb39c2b32
3
+ size 358886736
val/data-00001-of-00002.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:982c5155e7402cd830d177db96a1943d984e377b3a266e048fc95b676207d832
3
+ size 359933296
val/dataset_info.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "corruption_type": "fog",
3
+ "split": "val",
4
+ "num_images": 50000,
5
+ "features": {
6
+ "image": {
7
+ "_type": "Image"
8
+ },
9
+ "class_id": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "split": {
14
+ "dtype": "string",
15
+ "_type": "Value"
16
+ },
17
+ "filename": {
18
+ "dtype": "string",
19
+ "_type": "Value"
20
+ }
21
+ },
22
+ "created_at": "2025-10-27 22:36:45"
23
+ }
val/state.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00002.arrow"
5
+ },
6
+ {
7
+ "filename": "data-00001-of-00002.arrow"
8
+ }
9
+ ],
10
+ "_fingerprint": "28e8037fde793e97",
11
+ "_format_columns": null,
12
+ "_format_kwargs": {},
13
+ "_format_type": null,
14
+ "_output_all_columns": false,
15
+ "_split": null
16
+ }