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
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.
Introduction
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
Highlights
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.
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}
}
Contribution
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 (jyuanfeng8@gmail.com).