This is the repository of 'Dual-Task Mutual Learning for Semi-Supervised Medical Image Segmentation'.
@inproceedings{zhang2021dual,
title={Dual-Task Mutual Learning for Semi-Supervised Medical Image Segmentation},
author={Zhang, Yichi and Zhang, Jicong},
journal={arXiv preprint arXiv:2103.04708},
year = {2021} }
- Clone the repo
git clone https://github.com/YichiZhang98/DTML
cd DTML
-
Put the data in data/2018LA_Seg_Training Set.
-
Train the model
cd code
python train_la_dtml.py
- Test the model
python test_LA.py
- This code is adapted from UA-MT, SegWithDistMap and DTC. We thank all the authors for their contribution.