Skip to content

isk03276/transformers-for-segmentation

Repository files navigation

transformers-for-segmentation

Transformers for 3d image segmentation

  • Models

    • UnetR
    • UnetR + deformable-attention
  • DRL framework : PyTorch

  • Dataset : BTCV

Install

git clone https://github.com/isk03276/transformers-for-segmentation
cd transformers-for-segmentation
pip install -r requirements.txt

Getting Started

python main.py --batch-size [BATCH-SIZE] --model-name [MODEL-NAME(ex. 'unetr', 'patch-wise-deformable-attention')] --n-folds 5 #train
python main.py --test

Results

- BTCV

References

About

Implementation of transformer-based 3d segmentation model

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published