Skip to content

the code for SMUST, a semi-supervised medical image segmentation with unified translation assisting. The paper is published on Computers in Biology and Medicine, and the DOI is 10.1016/j.compbiomed.2024.108570.

License

Notifications You must be signed in to change notification settings

mangoyuan/SMSUT-MedicalImgSegmentation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Semi-supervised Multi-modal Medical Image Segmentation with Unified Translation

  • To Run this file:

First Process the data into the nii files.

python data_pprocess/chaosPreparation.py
python data_pprocess/atlasPreparation.py
python data_pprocess/toPngAndSplit.py

Then, train and test the model

CUDA_VISIBLE_DEVICES=0 python trainer/uganConsisTrainer.py -p train -f 0
CUDA_VISIBLE_DEVICES=0 python trainer/uganConsisTrainer.py -p test -f 0 -i 000 -wh best
  • To download the multi-modal dataset:

CT:

CHAOS - Combined (CT-MR) Healthy Abdominal Organ Segmentation

https://chaos.grand-challenge.org

MRs:

Multi-Atlas Labeling Beyond the Cranial Vault - Workshop and Challenge

https://www.synapse.org/#!Synapse:syn3193805

  • To cite this paper:
@article{SUN2024108570,
title = {Semi-supervised multi-modal medical image segmentation with unified translation},
journal = {Computers in Biology and Medicine},
volume = {176},
pages = {108570},
year = {2024},
issn = {0010-4825},
doi = {https://doi.org/10.1016/j.compbiomed.2024.108570},
url = {https://www.sciencedirect.com/science/article/pii/S0010482524006541},
author = {Huajun Sun and Jia Wei and Wenguang Yuan and Rui Li}
}

About

the code for SMUST, a semi-supervised medical image segmentation with unified translation assisting. The paper is published on Computers in Biology and Medicine, and the DOI is 10.1016/j.compbiomed.2024.108570.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Shell 0.1%