YongChen-Exact / TC-CoNet

[Computers in Biology and Medicine - 2023] This is an official PyTorch implementation for Collaborative networks of Transformers and Convolutional neural networks are powerful and versatile learners for accurate 3D medical image segmentation
https://doi.org/10.1016/j.compbiomed.2023.107228
MIT License
7 stars 0 forks source link
cnn medical-image-segmentation transformer

TC-CoNet

This repository contains the supported pytorch code and configuration files to reproduce of TC-CoNet.

TC-CoNet Architecture

Parts of codes are borrowed from nn-UNet. For detailed configuration of the dataset, please refer to nn-UNet.

Environment

Please prepare an environment with Python 3.7, Pytorch 1.7.1, and Windows 10.

Dataset Preparation

Datasets can be acquired via following links:

Dataset I ACDC

Dataset II The Synapse multi-organ CT dataset

Dataset III Brain_tumor

Preprocess Data

Functions of scripts

Train Model

Test Model

Acknowledgements

This repository makes liberal use of code from Swin Transformer, nnUNet.