Skip to content

mohamedasuliman/DDR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DDR

DDR: Deep-Discrete spherical Registration

This repository contains the code for performing spherical (cortical) surface registration using deep learning. This is the official PyTorch implementation of the paper A Deep-Discrete Learning Framework for Spherical Surface Registration, accepted at the MICCAI 2022 conference.

DDR

Data

The data used for the image registration task comes from the HCP dataset.

Code Usage

Training

To train the affine registration network, run:

DDR_affine_train.py

To train the first stage of the non-linear registration network, run:

DDR_coarse_train.py

Note that you have to manually set the directories where you want to save your corresponding models and results at the beginning of these codes.

More Coming soon

Installation

Coming soon

Citation

Please cite this work if you found it useful:

A Deep-Discrete Learning Framework for Spherical Surface Registration

@article{suliman2022deep,
  title={A Deep-Discrete Learning Framework for Spherical Surface Registration},
  author={Suliman, Mohamed A and Williams, Logan ZJ and Fawaz, Abdulah and Robinson, Emma C},
  journal={arXiv preprint arXiv:2203.12999},
  year={2022}
}

About

This repository contains code for deep-discrete learning framework for spherical surface registration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages