Skip to content

Official PyTorch Code for Hybrid Window Attention Based Transformer Architecture for Brain Tumor Segmentation: Solution for FeTS 2022 Task 2

Notifications You must be signed in to change notification settings

himashi92/vizviva_fets_2022

Repository files navigation

vizviva_fets_2022

Official PyTorch Code for Hybrid Window Attention Based Transformer Architecture for Brain Tumor Segmentation: Solution for FeTS 2022 Task 2.

Proposed Architecture

Data Preparation

Download data from FeTS 2022 challenge page and put it under data folder.

Environment

Please prepare an environment with python=3.8, and then run the command "pip install -r requirements.txt" for the dependencies.

Pre-Trained Weights

Pre-Trained Model For FeTS 2022

Train/Test

  • Train : Run the train script on BraTS 2021/FeTS 2022 Training Dataset with Base model Configurations.
python train.py 
  • Test : Run the test script on FeTS 2022 Validation Dataset.
python test.py 

Acknowledgements

This repository makes liberal use of code from open_brats2020.

Citing our work

@article{peiris2022hybrid,
  title={Hybrid Window Attention Based Transformer Architecture for Brain Tumor Segmentation},
  author={Peiris, Himashi and Hayat, Munawar and Chen, Zhaolin and Egan, Gary and Harandi, Mehrtash},
  journal={arXiv preprint arXiv:2209.07704},
  year={2022}
}

About

Official PyTorch Code for Hybrid Window Attention Based Transformer Architecture for Brain Tumor Segmentation: Solution for FeTS 2022 Task 2

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages