The code of MCTrans has been released. if you are interested in contributing to the standardization of the medical image analysis community, please feel free to contact me.
-
This repository provides code for "Multi-Compound Transformer for Accurate Biomedical Image Segmentation" [paper].
-
The MCTrans repository heavily references and uses the packages of MMSegmentation, MMCV, and MONAI. We thank them for their selfless contributions
-
A comprehensive toolbox for medical image segmentation, including flexible data loading, processing, modular network construction, and more.
-
Supports representative and popular medical image segmentation methods, e.g. UNet, UNet++, CENet, AttentionUNet, etc.
The first version was released on 2021.7.16.
Supported backbones:
- VGG
- ResNet
Supported methods:
- UNet
- UNet++
- AttentionUNet
- CENet
- TransUNet
- NonLocalUNet
Please see the guidance.md.
If you find this project useful in your research, please consider cite:
@article{ji2021multi,
title={Multi-Compound Transformer for Accurate Biomedical Image Segmentation},
author={Ji, Yuanfeng and Zhang, Ruimao and Wang, Huijie and Li, Zhen and Wu, Lingyun and Zhang, Shaoting and Luo, Ping},
journal={arXiv preprint arXiv:2106.14385},
year={2021}
}
I don't have a lot of time to improve the code base at this stage, so if you have some free time and are interested in contributing to the standardization of the medical image analysis community, please feel free to contact me ([email protected]).
This project is released under the Apache 2.0 license.