by Lequan Yu, Shujun Wang, Xiaomeng Li, Chi-Wing Fu, Pheng-Ann Heng.
This repository is for our MICCAI 2019 paper 'Uncertainty-aware Self-ensembling Model for Semi-supervised 3D Left Atrium Segmentation'.
This repository is based on PyTorch 0.4.1.
-
Clone the repository:
git clone https://github.com/yulequan/UA-MT.git cd UA-MT
-
Put the data in
data/2018LA_Seg_TrainingSet
. -
Train the model:
cd code python train_LA_meanteacher_certainty_unlabel.py --gpu 0
If UA-MT is useful for your research, please consider citing:
@inproceedings{yu2018pu,
title={Uncertainty-aware Self-ensembling Model for Semi-supervised 3D Left Atrium Segmentation},
author={Yu, Lequan and Wang, Shujun and Li, Xiaomeng and Fu, Chi-Wing and Heng, Pheng-Ann},
booktitle = {MICCAI},
year = {2019} }
Please contact 'ylqzd2011@gmail.com'