YipengHu / label-reg

(This repo is no longer up-to-date. Any updates will be at https://github.com/DeepRegNet/DeepReg/) A demo of the re-factored label-driven registration code, based on "Weakly-supervised convolutional neural networks for multimodal image registration"
Apache License 2.0
117 stars 32 forks source link

Accept anisotropic voxel dimension images #6

Closed YipengHu closed 4 years ago

YipengHu commented 5 years ago

Currently, the code assumes isotropic image inputs. It is mainly because the displacement regulariser, e.g. bending energy, and the image reading/writing functions also assume isotropic data. This can be adapted to more general cases

YipengHu commented 4 years ago

this will be incorperated in the new version with TF2.x