Datasets:
Tasks:
Image Classification
Formats:
parquet
Sub-tasks:
multi-label-image-classification
Languages:
English
Size:
1K - 10K
License:
Add dataset README with metadata
Browse files
README.md
CHANGED
@@ -17,71 +17,12 @@ task_categories:
|
|
17 |
- image-classification
|
18 |
task_ids:
|
19 |
- multi-label-image-classification
|
20 |
-
pretty_name:
|
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 |
-
dataset_info:
|
43 |
-
features:
|
44 |
-
- name: image
|
45 |
-
dtype: image
|
46 |
-
- name: labels
|
47 |
-
sequence: int8
|
48 |
-
- name: feature_names
|
49 |
-
sequence: string
|
50 |
-
splits:
|
51 |
-
- name: train
|
52 |
-
num_bytes: 189511167.738
|
53 |
-
num_examples: 1762
|
54 |
-
- name: val
|
55 |
-
num_bytes: 48685102.0
|
56 |
-
num_examples: 443
|
57 |
-
- name: test
|
58 |
-
num_bytes: 78350787.0
|
59 |
-
num_examples: 739
|
60 |
-
- name: few_shot_train_10_shot
|
61 |
-
num_bytes: 12072390.0
|
62 |
-
num_examples: 128
|
63 |
-
- name: few_shot_train_15_shot
|
64 |
-
num_bytes: 16781171.0
|
65 |
-
num_examples: 175
|
66 |
-
- name: few_shot_train_1_shot
|
67 |
-
num_bytes: 1499051.0
|
68 |
-
num_examples: 16
|
69 |
-
- name: few_shot_train_20_shot
|
70 |
-
num_bytes: 21623151.0
|
71 |
-
num_examples: 220
|
72 |
-
- name: few_shot_train_2_shot
|
73 |
-
num_bytes: 2605778.0
|
74 |
-
num_examples: 30
|
75 |
-
- name: few_shot_train_5_shot
|
76 |
-
num_bytes: 6184131.0
|
77 |
-
num_examples: 67
|
78 |
-
download_size: 380702358
|
79 |
-
dataset_size: 377312728.73800004
|
80 |
---
|
81 |
|
82 |
-
#
|
83 |
|
84 |
-
A
|
85 |
|
86 |
## Dataset Metadata
|
87 |
|
@@ -126,7 +67,32 @@ The dataset contains the following classes:
|
|
126 |
- **train**: 1762 images
|
127 |
- **val**: 443 images
|
128 |
- **test**: 739 images
|
129 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
130 |
## Format
|
131 |
|
132 |
Each example in the dataset has the following format:
|
|
|
17 |
- image-classification
|
18 |
task_ids:
|
19 |
- multi-label-image-classification
|
20 |
+
pretty_name: MER - Mars Exploration Rover Dataset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
---
|
22 |
|
23 |
+
# MER - Mars Exploration Rover Dataset
|
24 |
|
25 |
+
A multi-label classification dataset containing Mars images from the Mars Exploration Rover (MER) mission for planetary science research.
|
26 |
|
27 |
## Dataset Metadata
|
28 |
|
|
|
67 |
- **train**: 1762 images
|
68 |
- **val**: 443 images
|
69 |
- **test**: 739 images
|
70 |
+
- **few_shot_train_10_shot**: 128 images
|
71 |
+
- **few_shot_train_15_shot**: 175 images
|
72 |
+
- **few_shot_train_1_shot**: 16 images
|
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 |
+
|
77 |
+
## Few-shot Splits
|
78 |
+
|
79 |
+
This dataset includes the following few-shot training splits:
|
80 |
+
|
81 |
+
- **few_shot_train_10_shot**: 128 images
|
82 |
+
- **few_shot_train_15_shot**: 175 images
|
83 |
+
- **few_shot_train_1_shot**: 16 images
|
84 |
+
- **few_shot_train_20_shot**: 220 images
|
85 |
+
- **few_shot_train_2_shot**: 30 images
|
86 |
+
- **few_shot_train_5_shot**: 67 images
|
87 |
+
|
88 |
+
Few-shot configurations:
|
89 |
+
|
90 |
+
- **10_shot.csv**
|
91 |
+
- **15_shot.csv**
|
92 |
+
- **1_shot.csv**
|
93 |
+
- **20_shot.csv**
|
94 |
+
- **2_shot.csv**
|
95 |
+
- **5_shot.csv**
|
96 |
## Format
|
97 |
|
98 |
Each example in the dataset has the following format:
|