Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 854 Bytes

File metadata and controls

27 lines (19 loc) · 854 Bytes

Automated Cardiac Diagnosis Challenge (ACDC)

Preprocessing

Read the preprocessing readme on how to preprocess the data.

Training

The following command can be used to train/fine-tune the model on the dataset (please adjust the model.ckpt_path and data.dir accordingly):

# unet from scratch
acdc_seg_train data.dir=~/.cache/cinema_datasets/acdc/processed model.name=unet
# from scratch
acdc_seg_train data.dir=~/.cache/cinema_datasets/acdc/processed model.name=convunetr
# fine-tune
acdc_seg_train data.dir=~/.cache/cinema_datasets/acdc/processed model.name=convunetr model.ckpt_path=

Evaluation

The following command can be used to evaluate the model (please adjust the model.ckpt_path accordingly):

acdc_seg_eval --data_dir ~/.cache/cinema_datasets/acdc/processed --ckpt_path