Mars-Bench
Collection
32 items • Updated
• 2
image imagewidth (px) 256 256 | label class label 36 classes |
|---|---|
13gro | |
9drh | |
13gro | |
30sco | |
13gro | |
9drh | |
14hor | |
13gro | |
32tur | |
14hor | |
13gro | |
14hor | |
32tur | |
32tur | |
9drh | |
13gro | |
8dri | |
13gro | |
11drt | |
32tur | |
13gro | |
13gro | |
13gro | |
13gro | |
14hor | |
23obt | |
20mas | |
32tur | |
23obt | |
21mca | |
13gro | |
13gro | |
13gro | |
13gro | |
32tur | |
9drh | |
9drh | |
32tur | |
13gro | |
23obt | |
32tur | |
25ptu | |
5cio | |
13gro | |
13gro | |
30sco | |
13gro | |
15inl | |
32tur | |
13gro | |
25ptu | |
13gro | |
13gro | |
9drh | |
13gro | |
13gro | |
13gro | |
13gro | |
13gro | |
13gro | |
13gro | |
32tur | |
13gro | |
11drt | |
32tur | |
5cio | |
21mca | |
13gro | |
9drh | |
13gro | |
21mca | |
23obt | |
13gro | |
21mca | |
13gro | |
0apx | |
15inl | |
32tur | |
13gro | |
9drh | |
13gro | |
5cio | |
13gro | |
13gro | |
9drh | |
30sco | |
13gro | |
32tur | |
13gro | |
11drt | |
19mct | |
30sco | |
21mca | |
23obt | |
32tur | |
32tur | |
32tur | |
13gro | |
30sco | |
13gro |
A Mars image classification dataset for planetary science research.
This dataset contains the following classes:
This dataset includes the following few-shot training splits:
Few-shot configurations:
This dataset includes the following training data partitions:
from datasets import load_dataset
dataset = load_dataset("Mirali33/mb-surface_cls")
Each example in the dataset has the following format:
{
'image': Image(...), # PIL image
'label': int, # Class label
}