Anna Reithmeir
Results
2
issues of
Anna Reithmeir
**Task** (what are you trying to do/register?) I have a special case where one of the images of each image pair is cropped and the other is not. I am...
I am using the python interface to register two images: ``` self.model(moving_image.cuda(), fixed_image.cuda()) deformed_image = self.model.warped_image_A.cpu().squeeze() deformation = self.model.phi_AB_vectorfield.cpu().squeeze() ``` when plotting the deformed image it looks great! however, when...