Skip to content

LeDanieI/SWIN-Transformer_rigid_registration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swin-transformed based rigid registration model

Swin transformer for rigid image registration.

Requirements

matplotlib==3.7.0
monai==1.1.0 
numpy==1.23.5
python==3.10.9
pytorch==1.13.1
scipy==1.10.0
SimpleITK==2.2.1
skimage==0.19.3
timm==0.6.12

conda install pytorch torchvision torchaudio pytorch-cuda=11.6 -c pytorch -c nvidia
conda install scikit-image numpy
conda install -c simpleitk simpleitk
conda install -c conda-forge matplotlib tqdm
conda install -c conda-forge timm
conda install -c conda-forge einops
pip install ml-collections

conda create -n py3109 python=3.10.9
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117 --upgrade --force-reinstall


Data

OASIS 1 dataset retrieved from https://learn2reg.grand-challenge.org/Datasets/ or https://oasis-brains.org/

Source code

This project uses source code from:

  1. Swin-Transformer code retrieved from https://github.com/SwinTransformer/Swin-Transformer-Semantic-Segmentation
  2. TransMorph https://github.com/junyuchen245/TransMorph_Transformer_for_Medical_Image_Registration.git

About

Rigid registration model with Swin transformer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages