Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.07 KB

README.md

File metadata and controls

29 lines (24 loc) · 1.07 KB

WS-MTST

Official implementation of "WS-MTST: Weakly Supervised Multi-Label Brain Tumor Segmentation With Transformers", link.

Quick Start

pip install -r requirements.txt
bash run.sh

Data preparation

Please refer to this code.

Acknowledgements

Our code is based on SegFormer and lightly.

Cite

@ARTICLE{10269670,
    author={Chen, Huazhen and An, Jianpeng and Jiang, Bochang and Xia, Lili and Bai, Yunhao and Gao, Zhongke},
    journal={IEEE Journal of Biomedical and Health Informatics}, 
    title={WS-MTST: Weakly Supervised Multi-Label Brain Tumor Segmentation With Transformers}, 
    year={2023},
    volume={27},
    number={12},
    pages={5914-5925},
    doi={10.1109/JBHI.2023.3321602}
}