DeepRegNet / DeepReg

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

2D images #767

Closed ku294714 closed 3 years ago

ku294714 commented 3 years ago

Hello all,

I have 2D ultra sound images, does this coed work to register 2D images, or just for 3D images?

YipengHu commented 3 years ago

unfortunately. 2D is not currently supported with DeepReg. You can have look at the relevant MONAI component to see if it is what you need: https://monai.medium.com/monai-starts-to-explore-learning-based-medical-image-registration-ab6b143840b7

ku294714 commented 3 years ago

Hello Dear @YipengHu , Thank you for the reply, I will check MONAI. Meanwhile for DeepReg - CUDA support, does it not work with CUDA 11.2 version and only with 10.1 version?

mathpluscode commented 3 years ago

Hello Dear @YipengHu , Thank you for the reply, I will check MONAI. Meanwhile for DeepReg - CUDA support, does it not work with CUDA 11.2 version and only with 10.1 version?

Hi @ku294714, using conda environment, it should be possible to use cuda 10.1 with drivers supporting 11. The main reason of the limit on cuda version was due to the tensorflow version.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.