Search is not available for this dataset
The dataset viewer is not available for this split.
Server error while post-processing the rows. Please report the issue.
Error code: RowsPostProcessingError
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.
ACDC Dataset
This is a pre-processed version of the original Automated Cardiac Diagnosis Challenge (ACDC) dataset. Short-axis view images have been resampled to 1mm x 1mm x 10mm. Images have also been center cropped at the left ventricle mask center. The size of each slice is 192 x 192 pixels.
Download the dataset using the following command:
from huggingface_hub import snapshot_download
data_dir = snapshot_download(repo_id="mathpluscode/ACDC", allow_patterns=["*.nii.gz", "*.csv"], repo_type="dataset")
where data_dir is the directory where the dataset will be downloaded. The data structure is as follows:
train.csv
train/
βββ patient001/
β βββ patient001_frame01.nii.gz
β βββ patient001_frame01_gt.nii.gz
β βββ patient001_frame12.nii.gz
β βββ patient001_frame12_gt.nii.gz
βββ patient002/
βββ ...
test/
βββ patient101/
βββ patient102/
βββ ...
- Downloads last month
- 1,175