You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dual Multi-scale Mean Teacher Network for Semi-supervised Infection Segmentation in Chest CT Volume for COVID-19
Introduction
This is an official release of the paper Dual Multi-scale Mean Teacher Network for Semi-supervised Infection Segmentation in Chest CT Volume for COVID-19.
The file contains the pre-processing tools for both datasets. Please replace the data path with yours and then run,
$ python scripts/prepare_data.py
Training
Before semi-training the network, you could train the basic parameters under full-supervision for the soft initialization, i.e.,
$ python scripts/train.py $PARAM
Then, you could refine the parameters using extensive unlabeled data, i.e.,
$ python scripts/semi-train.py $PARAM
Please change the $PARAM to your desired inputs.
Test
You could download the pre-trained weights from BaiDu Disk (g2hd). Please store it locally with correct path, i.e., logs/mosmed/dmmtnet_multi_mt_0.1. Then, please run,
If you find DM2TNet useful in your research, please consider citing:
@article{wang2022dual,
title={Dual Multiscale Mean Teacher Network for Semi-Supervised Infection Segmentation in Chest CT Volume for COVID-19},
author={Wang, Liansheng and Wang, Jiacheng and Zhu, Lei and Fu, Huazhu and Li, Ping and Cheng, Gary and Feng, Zhipeng and Li, Shuo and Heng, Pheng-Ann},
journal={IEEE Transactions on Cybernetics},
year={2022},
publisher={IEEE}
}