Closed carterbox closed 4 years ago
Do you know the performance (speed) difference between Lanczos and the 1st order interpolation? Because we solve those problems in ADMM approximately anyways, and an approximate (but fast) interpolator may work too.
I don't know. It's probably more expensive because of needing to call sinc()
in the filter.
Purpose
Allow CuPy backend with align module by implementing the Flow operator.
Approach
Switch to Lanczos interpolation for Flow operator because map_coordinates for CuPy only has 1st order spline interpolation.
Pre-Merge Checklists
Submitter
yapf
to format python code.Reviewer