CoolFace
Datasetpublic

YongchengYAO/ACDC

About This is a redistribution of the ACDC dataset. 300 cardiac MR images and corresponding segmentation masks No change to any image or segmentation mask Files are rearranged into Images and Masks folders This dataset is released under the CC BY-NC-SA 4.0 license. News 🔥 [10 Oct, 2025] This dataset is integrated into 🔥MedVision🔥 Segmentation Labels labels_map = { "1": "right ventricular cavity", "2": "myocardium", "3": "left… See the full description on the dataset page: https://huggingface.co/datasets/YongchengYAO/ACDC.

sourceHugging Facecc-by-nc-sa-4.0updated 1y agoView on Hugging Face
0likes151downloads
Dataset Card

About

This is a redistribution of the ACDC dataset.

  • 300 cardiac MR images and corresponding segmentation masks
  • No change to any image or segmentation mask
  • Files are rearranged into Images and Masks folders

This dataset is released under the CC BY-NC-SA 4.0 license.

News 🔥

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

Segmentation Labels

python
labels_map = {
    "1": "right ventricular cavity",
    "2": "myocardium",
    "3": "left ventricular cavity",
}

Official Release

For more information, please go to these sites:

  • Data License (official): CC BY-NC-SA 4.0
  • Challenge (official): https://www.creatis.insa-lyon.fr/Challenge/acdc/
  • Data (official): https://www.creatis.insa-lyon.fr/Challenge/acdc/databases.html

Download from Huggingface

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