You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pfargwc8q 0e189b8c2a
ADD file via upload
2 weeks ago
..
README.md ADD file via upload 2 weeks ago
dataloader.py ADD file via upload 2 weeks ago
dataset_ACDC.py ADD file via upload 2 weeks ago
dataset_synapse.py ADD file via upload 2 weeks ago
format_conversion.py ADD file via upload 2 weeks ago
joint_transforms.py ADD file via upload 2 weeks ago
misc.py ADD file via upload 2 weeks ago
preprocess_synapse_data.py ADD file via upload 2 weeks ago
preprocess_synapse_data_3d.py ADD file via upload 2 weeks ago
transforms.py ADD file via upload 2 weeks ago
utils.py ADD file via upload 2 weeks ago

README.md

Synapse Multi-organ dataset: Sign up in the official Synapse website and download the dataset. Then split the 'RawData' folder into 'TrainSet' (18 scans) and 'TestSet' (12 scans) following the TransUNet's lists and put in the './data/synapse/Abdomen/RawData/' folder. Finally, preprocess using python ./utils/preprocess_synapse_data.py or download the preprocessed data and save in the './data/synapse/' folder. Note: If you use the preprocessed data from TransUNet, please make necessary changes (i.e., remove the code segment (line# 88-94) to convert groundtruth labels from 14 to 9 classes) in the utils/dataset_synapse.py.