Datasets:
Upload MER - Mars Exploration Rover multi-label classification dataset
Browse filesMER - Mars Exploration Rover Multi-Label Classification Dataset
Classes: 25 classes
--- Few-shot Splits ---
Detected splits: few_shot_train_10_shot, few_shot_train_15_shot, few_shot_train_1_shot, few_shot_train_20_shot, few_shot_train_2_shot, few_shot_train_5_shot
Configurations:
* File: 10_shot.csv
* File: 15_shot.csv
* File: 1_shot.csv
* File: 20_shot.csv
* File: 2_shot.csv
* File: 5_shot.csv
--- Partition Splits ---
Detected splits: partition_0.01x_partition, partition_0.02x_partition, partition_0.05x_partition, partition_0.10x_partition, partition_0.20x_partition, partition_0.25x_partition, partition_0.50x_partition
Configurations:
* File: 0.01x_partition.csv
* File: 0.02x_partition.csv
* File: 0.05x_partition.csv
* File: 0.10x_partition.csv
* File: 0.20x_partition.csv
* File: 0.25x_partition.csv
* File: 0.50x_partition.csv
- README.md +94 -0
- data/partition_0.01x_partition-00000-of-00001.parquet +2 -2
- data/partition_0.02x_partition-00000-of-00001.parquet +2 -2
- data/partition_0.05x_partition-00000-of-00001.parquet +2 -2
- data/partition_0.10x_partition-00000-of-00001.parquet +2 -2
- data/partition_0.20x_partition-00000-of-00001.parquet +2 -2
- data/partition_0.25x_partition-00000-of-00001.parquet +2 -2
- data/partition_0.50x_partition-00000-of-00001.parquet +2 -2
|
@@ -18,6 +18,100 @@ task_categories:
|
|
| 18 |
task_ids:
|
| 19 |
- multi-label-image-classification
|
| 20 |
pretty_name: MER - Mars Exploration Rover Dataset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
---
|
| 22 |
|
| 23 |
# MER - Mars Exploration Rover Dataset
|
|
|
|
| 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
|
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0f08bee4db7e84a51c32bb57bfcb20f123c8cc40f5ab5ee295739a659c8d745b
|
| 3 |
+
size 2136336
|
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c4cedf9b691f626fa3983d26ecb286f1f87b575c694f18332ed041b58b494485
|
| 3 |
+
size 3738235
|
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:74c0e61d846083378765c7e67c1fe77b5361baea71d27e0bcc38dffada58a8eb
|
| 3 |
+
size 8893445
|
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2a88eaab6593fa1aef86b8b34c13b75ccf871fff247037f517bf04d4f5633ff8
|
| 3 |
+
size 20194422
|
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:84e887e1f514b7e57d28a2864e75b464f9c6eae3e06a7fbf18a392ac5b9312a3
|
| 3 |
+
size 38795819
|
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:965e15b4a0495722eed25b6939cbb399a1007d9770226a6f3fd68e224b755e76
|
| 3 |
+
size 48996428
|
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:70b150cac9a77db47d2d766f975fe1477b4e334b0f5f5f3058da1b38f82a4a7c
|
| 3 |
+
size 96371165
|