Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

mb-mars_seg_mer

A segmentation dataset for planetary science applications.

Dataset Metadata

  • License: CC-BY-4.0 (Creative Commons Attribution 4.0 International)
  • Version: 1.0
  • Date Published: 2025-05-15
  • Cite As: TBD

Classes

This dataset contains the following classes:

  • 0: Background
  • 1: Bedrock
  • 2: Gravel / Sand / Soil
  • 3: Rock
  • 4: Shadow
  • 5: Sky / Distant Mountains
  • 6: Track

Directory Structure

The dataset follows this structure:

dataset/
  ├── train/
  │   ├── images/  # Image files
  │   └── masks/   # Segmentation masks
  ├── val/
  │   ├── images/  # Image files
  │   └── masks/   # Segmentation masks
  ├── test/
  │   ├── images/  # Image files
  │   └── masks/   # Segmentation masks

Statistics

  • train: 744 images
  • val: 106 images
  • test: 214 images
  • partition_train_0.01x_partition: 7 images
  • partition_train_0.02x_partition: 14 images
  • partition_train_0.50x_partition: 372 images
  • partition_train_0.20x_partition: 148 images
  • partition_train_0.05x_partition: 37 images
  • partition_train_0.10x_partition: 74 images
  • partition_train_0.25x_partition: 186 images

Usage

from datasets import load_dataset

dataset = load_dataset("Mirali33/mb-mars_seg_mer")

Format

Each example in the dataset has the following format:

{
  'image': Image(...),      # PIL image
  'mask': Image(...),       # PIL image of the segmentation mask
  'width': int,             # Width of the image
  'height': int,            # Height of the image
  'class_labels': [str,...] # List of class names present in the mask
}
Downloads last month
13

Collection including Mirali33/mb-mars_seg_mer