CoolFace
Datasetpublic

gremlin97/mars-multi-label-classification

MER - Mars Exploration Rover Dataset A multi-label classification dataset containing Mars images from the Mars Exploration Rover (MER) mission for planetary science research. Dataset Metadata License: CC-BY-4.0 (Creative Commons Attribution 4.0 International) Version: 1.0 Date Published: 2025-05-10 Cite As: TBD Classes This dataset uses multi-label classification, meaning each image can have multiple class labels. The dataset contains the… See the full description on the dataset page: https://huggingface.co/datasets/gremlin97/mars-multi-label-classification.

sourceHugging Facecc-by-4.0updated 1y agoView on Hugging Face
0likes11downloads
mapping.json102 linesDownload Raw Back to root
1{2    "0": [3        "rah",4        "Rock Abrasion Tool (RAT) Hole"5    ],6    "1": [7        "cla",8        "Clasts"9    ],10    "2": [11        "dur",12        "Dunes/Ripples"13    ],14    "3": [15        "soi",16        "Soil"17    ],18    "4": [19        "roc",20        "Rock Outcrops"21    ],22    "5": [23        "clr",24        "Close-up Rock"25    ],26    "6": [27        "rab",28        "Rock Abrasion Tool (RAT) Brushed Target"29    ],30    "7": [31        "div",32        "Distant Vista"33    ],34    "8": [35        "rod",36        "Rover Deck"37    ],38    "9": [39        "bso",40        "Bright Soil"41    ],42    "10": [43        "flr",44        "Float Rocks"45    ],46    "11": [47        "art",48        "Artifacts"49    ],50    "12": [51        "pct",52        "Pancam Calibration Target"53    ],54    "13": [55        "arh",56        "Arm Hardware"57    ],58    "14": [59        "rrf",60        "Rock (Round Features)"61    ],62    "15": [63        "sph",64        "Spherules"65    ],66    "16": [67        "ohw",68        "Other Hardware"69    ],70    "17": [71        "ast",72        "Astronomy"73    ],74    "18": [75        "nbs",76        "Nearby Surface"77    ],78    "19": [79        "rmi",80        "Rocks (Misc)"81    ],82    "20": [83        "rtr",84        "Rover Tracks"85    ],86    "21": [87        "sky",88        "Sky"89    ],90    "22": [91        "rpa",92        "Rover Parts"93    ],94    "23": [95        "rlf",96        "Rock (Linear Features)"97    ],98    "24": [99        "sot",100        "Soil Trench"101    ]102}