microsoft / Recursive-Cascaded-Networks

[ICCV 2019] Recursive Cascaded Networks for Unsupervised Medical Image Registration
https://arxiv.org/abs/1907.12353
MIT License
361 stars 87 forks source link

question about the subnetwork VTNAffine #56

Open EZ4DC opened 3 years ago

EZ4DC commented 3 years ago

HI, when I read your code, I meet some questions. In your code, after registration by VTNAffine subnetwork, will the move image be warped with the Affine metric by the function Dense3DSpatialTransformer in spatial_transformer.py? And then will the moved image be send to the VTN dense deformable subnetwork to training further? Is the Fast3DTransformer just only a version of a memory-efficient warping operation for Dense3DSpatialTransformer? Thanks a lot!

zsyzzsoft commented 3 years ago

Yes, correct.