Dataset Viewer
Auto-converted to Parquet Duplicate
Search is not available for this dataset
image
imagewidth (px)
512
512
End of preview. Expand in Data Studio

About

This is a redistribution of the BCV15 dataset which is a open dataset on Synapse.

We inlcude data (images + segmentation masks) for these tasks in BCV15:

News

  • [10 Oct, 2025] This dataset is integrated into 🔥MedVision🔥

Segmentation Labels

labels_map_Abdomen = {
    "1": "spleen",
    "2": "right kidney",
    "3": "left kidney",
    "4": "gallbladder",
    "5": "esophagus",
    "6": "liver",
    "7": "stomach",
    "8": "aorta",
    "9": "inferior vena cava",
    "10": "portal vein and splenic vein",
    "11": "pancreas",
    "12": "right adrenal gland",
    "13": "left adrenal gland",
}

labels_map_Cervix = {
    "1": "bladder",
    "2": "uterus",
    "3": "rectum",
    "4": "small bowel",
}

Official Release

For more information, please go to the official release site: https://www.synapse.org/Synapse:syn3193805/wiki/89480. You have to register for data access on Synapse. Using this HF dataset is an alternative.

Download from Huggingface

#!/bin/bash
pip install huggingface-hub[cli]
huggingface-cli login --token $HF_TOKEN
# python
from huggingface_hub import snapshot_download
snapshot_download(repo_id="YongchengYAO/BCV15-Lite", repo_type='dataset', local_dir="/your/local/folder")
Downloads last month
11