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

Support for multimodal input image volumes #4

Closed YipengHu closed 5 years ago

YipengHu commented 6 years ago

This adaptation deals with the case that the multiple already co-registered moving (and/or fixed) images are available for predicting the DDFs. Therefore, the label similarity shall not be affected.

YipengHu commented 6 years ago

As a side memory issue, the initial channel size needs to be customisable

YipengHu commented 5 years ago

This needs test, otherwise done. The memory issue should be grouped into the general memory efficiency issue.