ACDC / README.md
YongchengYAO's picture
Update README.md
660f254 verified
metadata
license: cc-by-nc-sa-4.0
task_categories:
  - image-segmentation
language:
  - en
tags:
  - medical
  - image
pretty_name: acdc
size_categories:
  - n<1K

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.

Segmentation Labels

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

Official Release

For more information, please go to these sites:

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/ACDC", repo_type='dataset', local_dir="/your/local/folder")