-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
faster laplace solver through image pyramids #85
Comments
I located where the snakefile with multi-res laplace is, it is actually in master already here: There is a rule to downsample coords:
Run laplace without initialization at the lowest resolution:
Then upsample coords:
and run Laplace with init coords:
The number of levels is defined by setting the wildcard constraints in the level wildcard, e.g. right now lowest res is level 2 (downsampled by 50% twice; level 1 is downsampled once, level 0 is original resolution).. |
speed-up by fast marching initialization #88 obviates the need for this right now, so closing this issue |
@akhanf has some code to do this already, check out his old nomatlab (I think?) branch
This is really only an issue when running with no initialization (ie. skip_template_shape_injection)
The text was updated successfully, but these errors were encountered: