This repo holds code for TransUNet: Transformers Make Strong Encoders for Medical Image Segmentation
- only support 3D inputs.
- Run it by inputing command:
python3 train.py --path config_path --action train
@article{chen2021transunet,
title={TransUNet: Transformers Make Strong Encoders for Medical Image Segmentation},
author={Chen, Jieneng and Lu, Yongyi and Yu, Qihang and Luo, Xiangde and Adeli, Ehsan and Wang, Yan and Lu, Le and Yuille, Alan L., and Zhou, Yuyin},
journal={arXiv preprint arXiv:2102.04306},
year={2021}
}