junyuchen245 / TransMorph_Transformer_for_Medical_Image_Registration

TransMorph: Transformer for Unsupervised Medical Image Registration (PyTorch)
MIT License
453 stars 76 forks source link

how to get oasis data in .nii.gz from .pkl #33

Closed Wangdali-jpg closed 2 years ago

Wangdali-jpg commented 2 years ago

how to convert .pkl to .nii.gz, or will you share the oasis data, i can not download it. thank you

junyuchen245 commented 2 years ago

Hi @Wangdali-jpg ,

Unfortunately, I don't have the rights to share the original OASIS dataset. The original dataset can be downloaded from the Learn2Reg challenge website: https://learn2reg.grand-challenge.org/learn2reg-2022/

However, our preprocessed OASIS dataset can be obtained here: https://github.com/junyuchen245/TransMorph_Transformer_for_Medical_Image_Registration/blob/main/OASIS/TransMorph_on_OASIS.md

Junyu