Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 1.32 KB

README.md

File metadata and controls

38 lines (21 loc) · 1.32 KB

This is the official repository of our project "3D TransUNet: Advancing Medical Image Segmentation through Vision Transformers".

📰 News

We release the code.

Usage

Installation

See scripts/install.sh for installation. See nnUNet for self-configuring data preprocessing.

Train

See scripts/train.sh

Inference & Eval

See scripts/inference.sh

Acknowledgements

This work is partially supported by TPU Research Cloud program, Google Cloud Research Credits program, and AWS Cloud Credit for Research program. Thanks for the codebase from Mask2former, nnUNet and TransUNet

If you find 3D-TransUNet useful for your research and applications, please cite using this BibTeX:

@article{chen2023transunet3d,
  title={3D TransUNet: Advancing Medical Image Segmentation through Vision Transformers},
  author={Chen, Jieneng and Mei, Jieru and Li, Xianhang and Lu, Yongyi and Yu, Qihang and Wei, Qingyue and Luo, Xiangde and Xie, Yutong and Adeli, Ehsan and Wang, Yan and Lungren, Matthew and Xing, Lei and Lu, Le and Yuille, Alan L and Zhou, Yuyin},
  journal={arXiv preprint arXiv:2310.07781},
  year={2023}
}