Skip to content
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

Upsample #354

Merged
merged 6 commits into from
Jan 2, 2025
Merged

Upsample #354

merged 6 commits into from
Jan 2, 2025

Conversation

pattonw
Copy link
Contributor

@pattonw pattonw commented Dec 10, 2024

Add support for upsample.

Unfortunately this implementation seems to accumulate memory as a result of repeated querying. See this memory plot while randomly reading 1000 small (100x100x100) cubes
upscale_mem

Its a fairly direct usage of the dask map_overlap function so I am guessing there is a way to avoid any caching, I just haven't found it yet

@mzouink
Copy link
Member

mzouink commented Jan 2, 2025

Can you please check the tests @pattonw

@mzouink mzouink merged commit c123a44 into janelia-cellmap:main Jan 2, 2025
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants