11yxk / AGCN

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

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

License:MIT License


Languages

Language:Python 100.0%