DeepRegNet / DeepReg

Medical image registration using deep learning
Apache License 2.0
564 stars 76 forks source link

Further generalize network models #648

Closed mathpluscode closed 3 years ago

mathpluscode commented 3 years ago

Subject of the issue

For now, we are always concatenating the moving and fixed images together like https://github.com/DeepRegNet/DeepReg/blob/main/deepreg/model/network.py#L276

But this should not be part of the assumption. Ideally,

How the DDF or DVF or predicted fixed label are calculated, this should not be part of the model.

mathpluscode commented 3 years ago

WIth the current registry system, it is not easy to change the way dealing with the input images. Therefore I'm closing this issue.