AlexYouXin / Explicit-Shape-Priors

38 stars 2 forks source link

Explicit-Shape-Priors

This repo is the official implementation for: Learning with Explicit Shape Priors for Medical Image Segmentation

Dataset Link

BraTS 2020: Multimodal Brain Tumor Segmentation Challenge 2020

VerSe'19: Large Scale Vertebrae Segmentation Challenge

Automated Cardiac Diagnosis Challenge (ACDC)

Preprocess

We follow the z-score normalization strategy in nnUNet to preprocess the BraTS 2020, VerSe'19 and ACDC dataset.

Requirements

Training

If you want to train the model from scratch, run the training script as following.
python BraTS_train.py
python VerSe_train.py
python ACDC_train.py

Testing

If you want to test the model, run the testing script as following.
python BraTS_test.py
python VerSe_test.py
python ACDC_test.py

Citation

If you use our code or models in your work or find it is helpful, please cite the corresponding paper:

@article{you2024learning,
  title={Learning with Explicit Shape Priors for Medical Image Segmentation},
  author={You, Xin and He, Junjun and Yang, Jie and Gu, Yun},
  journal={IEEE Transactions on Medical Imaging},
  year={2024}
}