Koen

Results 3 comments of Koen

Hi Shuchao, The Gryds transformations are not suitable for use inside neural networks because they are based on numpy and scipy code. They cannot be used in backpropagation during training....

In the paper you mentioned we actually did not use a B-spline transformation inside the network, we used a dense deformation field of the same dimensions as the image. The...

Thanks you Dominique! Currently, inverse transformations are not available out of the box, but for `AffineTransformation` and `TranslationTransformation` you can invert them yourself (take the inverse of the affine matrix...