Fix nonlinear transformations#12
Conversation
Constant flow raises an error about the interpolation method.
|
#6 I think this looks good enough to merge, just going to validate with a test. |
Nonparametric
B-spline
Wendland
|
|
Excellent, thanks! |
|
Hey so I'm testing right now. Seems like nonlinear transforms run out of memory very quickly (32GB GPU). I'm running an affine transformation right now and all linear transforms seem to be okay |
|
I think part of it is in the create_image_pyramids, airlab-unibas/airlab#29 which I have tried to remedy here: https://github.com/jlevy44/airlab . Still too much memory. |
|
So still memory issues. I'm going to merge here and then open up a new PR. @sumanthratna I've added you as a collaborator so feel free to open additional branches in this repo. |
|
In any case, it was functional and thus should have been merged anyways. |
non_parametric: functionalbspline: functionalwendland: functionalDecreasing the learning rate solves the issue of the loss of microarchitectural details (airlab-unibas/airlab#26). Further experimentation with parameters may be necessary.