CoolFace
Datasetpublic

gremlin97/domars16k

domars16k A Mars image classification dataset for planetary science research. Dataset Metadata License: CC-BY-4.0 (Creative Commons Attribution 4.0 International) Version: 1.0 Date Published: 2025-05-12 Cite As: TBD Classes This dataset contains the following classes: 0: aec 1: ael 2: cli 3: cra 4: fse 5: fsf 6: fsg 7: fss 8: mix 9: rid 10: rou 11: sfe 12: sfx 13: smo 14: tex Statistics train: 1639 images test: 234 images val:… See the full description on the dataset page: https://huggingface.co/datasets/gremlin97/domars16k.

sourceHugging Facecc-by-4.0updated 1y agoView on Hugging Face
0likes38downloads
mapping.json62 linesDownload Raw Back to root
1{2    "0": [3        "ael",4        "Aeolian Straight"5    ],6    "1": [7        "rou",8        "Rough Terrain"9    ],10    "2": [11        "cli",12        "Cliff"13    ],14    "3": [15        "aec",16        "Aeolian Curved"17    ],18    "4": [19        "tex",20        "Textured Terrain"21    ],22    "5": [23        "smo",24        "Smooth Terrain"25    ],26    "6": [27        "fss",28        "Mass Wasting"29    ],30    "7": [31        "rid",32        "Ridge"33    ],34    "8": [35        "fse",36        "Slope Streaks"37    ],38    "9": [39        "sfe",40        "Mounds"41    ],42    "10": [43        "fsf",44        "Channel"45    ],46    "11": [47        "fsg",48        "Gullies"49    ],50    "12": [51        "sfx",52        "Crater Field"53    ],54    "13": [55        "cra",56        "Crater"57    ],58    "14": [59        "mix",60        "Mixed Terrain"61    ]62}