PyTorch implementation of the paper "Spectral U-Net: Enhancing Medical Image Segmentation via Spectral Decomposition"
set the nnUNet environmental variable
export nnUNet_raw=/path/to/raw_data
export nnUNet_preprocessed=/path/to/preprocessed_data
export nnUNet_results=/path/to/result
-
download the dataset from https://retouch.grand-challenge.org/Download/
-
run
python nnunetv2/run/run_training.py dataset_id configuration fold -tr RetinaTrainer --no-debug
for training and testing. Please refer to nnUNet for details aboutdataset_id
,configuration
andfold
.
- download the datast from Google Drive
- run
python nnunetv2/run/run_training.py dataset_id configuration fold -tr BrainTrainer --no-debug
for training and testing.
- download the datast from Google Drive
- run
python nnunetv2/run/run_training.py dataset_id configuration fold -tr LiverTrainer --no-debug
for training and testing.