Dataset Viewer
Auto-converted to Parquet
image
image
mask
image
width
int64
height
int64
class_labels
sequence
512
512
[ "Background", "Cone" ]
512
512
[ "Background" ]
512
512
[ "Background" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background" ]
512
512
[ "Background" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background" ]
512
512
[ "Background" ]
512
512
[ "Background" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background" ]
512
512
[ "Background" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background" ]
512
512
[ "Background" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background" ]
512
512
[ "Background" ]
512
512
[ "Background" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background" ]
512
512
[ "Background" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background" ]
512
512
[ "Background" ]
512
512
[ "Background" ]
512
512
[ "Background" ]
512
512
[ "Background" ]
512
512
[ "Background" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background", "Cone" ]
512
512
[ "Background" ]
End of preview. Expand in Data Studio

conequest

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-11
  • Cite As: TBD

Classes

This dataset contains the following classes:

  • 0: Background
  • 1: Cone

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: 2236 images
  • val: 319 images
  • test: 643 images

Usage

from datasets import load_dataset

dataset = load_dataset("gremlin97/conequest")

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
116

Collection including gremlin97/conequest