Mirali33 commited on
Commit
9575624
·
verified ·
1 Parent(s): ba26bed

Add dataset README with metadata

Browse files
Files changed (1) hide show
  1. README.md +29 -95
README.md CHANGED
@@ -18,100 +18,6 @@ task_categories:
18
  task_ids:
19
  - multi-label-image-classification
20
  pretty_name: MER - Mars Exploration Rover Dataset
21
- configs:
22
- - config_name: default
23
- data_files:
24
- - split: train
25
- path: data/train-*
26
- - split: val
27
- path: data/val-*
28
- - split: test
29
- path: data/test-*
30
- - split: few_shot_train_10_shot
31
- path: data/few_shot_train_10_shot-*
32
- - split: few_shot_train_15_shot
33
- path: data/few_shot_train_15_shot-*
34
- - split: few_shot_train_1_shot
35
- path: data/few_shot_train_1_shot-*
36
- - split: few_shot_train_20_shot
37
- path: data/few_shot_train_20_shot-*
38
- - split: few_shot_train_2_shot
39
- path: data/few_shot_train_2_shot-*
40
- - split: few_shot_train_5_shot
41
- path: data/few_shot_train_5_shot-*
42
- - split: partition_0.01x_partition
43
- path: data/partition_0.01x_partition-*
44
- - split: partition_0.02x_partition
45
- path: data/partition_0.02x_partition-*
46
- - split: partition_0.05x_partition
47
- path: data/partition_0.05x_partition-*
48
- - split: partition_0.10x_partition
49
- path: data/partition_0.10x_partition-*
50
- - split: partition_0.20x_partition
51
- path: data/partition_0.20x_partition-*
52
- - split: partition_0.25x_partition
53
- path: data/partition_0.25x_partition-*
54
- - split: partition_0.50x_partition
55
- path: data/partition_0.50x_partition-*
56
- dataset_info:
57
- features:
58
- - name: image
59
- dtype: image
60
- - name: label
61
- sequence: int8
62
- - name: feature_name
63
- sequence: string
64
- splits:
65
- - name: train
66
- num_bytes: 189511167.738
67
- num_examples: 1762
68
- - name: val
69
- num_bytes: 48685102.0
70
- num_examples: 443
71
- - name: test
72
- num_bytes: 78350787.0
73
- num_examples: 739
74
- - name: few_shot_train_10_shot
75
- num_bytes: 12072390.0
76
- num_examples: 128
77
- - name: few_shot_train_15_shot
78
- num_bytes: 16781171.0
79
- num_examples: 175
80
- - name: few_shot_train_1_shot
81
- num_bytes: 1499051.0
82
- num_examples: 16
83
- - name: few_shot_train_20_shot
84
- num_bytes: 21623151.0
85
- num_examples: 220
86
- - name: few_shot_train_2_shot
87
- num_bytes: 2605778.0
88
- num_examples: 30
89
- - name: few_shot_train_5_shot
90
- num_bytes: 6184131.0
91
- num_examples: 67
92
- - name: partition_0.01x_partition
93
- num_bytes: 2137231.0
94
- num_examples: 19
95
- - name: partition_0.02x_partition
96
- num_bytes: 3740776.0
97
- num_examples: 33
98
- - name: partition_0.05x_partition
99
- num_bytes: 8894127.0
100
- num_examples: 81
101
- - name: partition_0.10x_partition
102
- num_bytes: 20208822.0
103
- num_examples: 184
104
- - name: partition_0.20x_partition
105
- num_bytes: 38839903.0
106
- num_examples: 361
107
- - name: partition_0.25x_partition
108
- num_bytes: 49039006.0
109
- num_examples: 447
110
- - name: partition_0.50x_partition
111
- num_bytes: 96471900.0
112
- num_examples: 878
113
- download_size: 599828018
114
- dataset_size: 596644493.738
115
  ---
116
 
117
  # MER - Mars Exploration Rover Dataset
@@ -122,7 +28,7 @@ A multi-label classification dataset containing Mars images from the Mars Explor
122
 
123
  * **License:** CC-BY-4.0 (Creative Commons Attribution 4.0 International)
124
  * **Version:** 1.0
125
- * **Date Published:** 2025-10-22
126
  * **Cite As:** TBD
127
 
128
  ## Classes
@@ -167,6 +73,13 @@ The dataset contains the following classes:
167
  - **few_shot_train_20_shot**: 220 images
168
  - **few_shot_train_2_shot**: 30 images
169
  - **few_shot_train_5_shot**: 67 images
 
 
 
 
 
 
 
170
 
171
  ## Few-shot Splits
172
 
@@ -187,6 +100,27 @@ Few-shot configurations:
187
  - **20_shot.csv**
188
  - **2_shot.csv**
189
  - **5_shot.csv**
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
190
  ## Format
191
 
192
  Each example in the dataset has the following format:
 
18
  task_ids:
19
  - multi-label-image-classification
20
  pretty_name: MER - Mars Exploration Rover Dataset
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  ---
22
 
23
  # MER - Mars Exploration Rover Dataset
 
28
 
29
  * **License:** CC-BY-4.0 (Creative Commons Attribution 4.0 International)
30
  * **Version:** 1.0
31
+ * **Date Published:** 2025-10-23
32
  * **Cite As:** TBD
33
 
34
  ## Classes
 
73
  - **few_shot_train_20_shot**: 220 images
74
  - **few_shot_train_2_shot**: 30 images
75
  - **few_shot_train_5_shot**: 67 images
76
+ - **partition_0.01x_partition**: 19 images
77
+ - **partition_0.02x_partition**: 33 images
78
+ - **partition_0.05x_partition**: 81 images
79
+ - **partition_0.10x_partition**: 184 images
80
+ - **partition_0.20x_partition**: 361 images
81
+ - **partition_0.25x_partition**: 447 images
82
+ - **partition_0.50x_partition**: 878 images
83
 
84
  ## Few-shot Splits
85
 
 
100
  - **20_shot.csv**
101
  - **2_shot.csv**
102
  - **5_shot.csv**
103
+ ## Partition Splits
104
+
105
+ This dataset includes the following partition splits:
106
+
107
+ - **partition_0.01x_partition**: 19 images
108
+ - **partition_0.02x_partition**: 33 images
109
+ - **partition_0.05x_partition**: 81 images
110
+ - **partition_0.10x_partition**: 184 images
111
+ - **partition_0.20x_partition**: 361 images
112
+ - **partition_0.25x_partition**: 447 images
113
+ - **partition_0.50x_partition**: 878 images
114
+
115
+ Partition configurations:
116
+
117
+ - **0.01x_partition.csv**
118
+ - **0.02x_partition.csv**
119
+ - **0.05x_partition.csv**
120
+ - **0.10x_partition.csv**
121
+ - **0.20x_partition.csv**
122
+ - **0.25x_partition.csv**
123
+ - **0.50x_partition.csv**
124
  ## Format
125
 
126
  Each example in the dataset has the following format: