/AGCN

Pytorch implementation of paper 'Adaptive Graph Convolutional Networks for Medical Image Segmentation'

Primary LanguagePythonMIT LicenseMIT

AGCN

Pytorch implementation of paper 'Adaptive Graph Convolutional Networks for Medical Image Segmentation'. Our work has been accepted by EMBC 2023.

overview

Data Preparation

Please follow TransUnet.

Training and testing

please change 'root_path' and run:

python train.py

please change 'volume_path' and run:

python test.py

Pretrained Models

Acknowledgements

This repo is based on TransUnet.

Thanks original authors for their work!