This model is a novel two-stage diffusion-based segmentation model that retains its original structure with reduced computational costs. And, The paper of this has been officially accepted by IJCNN 2024.
Python >= 3.8.16
pip install -r requirement.txt
- Go to BraTS official cite and download the brain MRI data.
- Rewrite args.py as needed for information such as data storage location.
- Run the following:
python two_stage_train1st.py
python two_stage_createData1st.py
python two_stage_train2nd.py
python two_stage_createData2nd.py
Evaluate according to this repository, which is the official performance metrics program.