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

[FEATURE] Larger than memory images: performant and scalable distributed implementation for workstations and clusters #1061

Open
GFleishman opened this issue Nov 23, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@GFleishman
Copy link

Is your feature request related to a problem? Please describe.
Native cellpose cannot handle images larger than gpu memory or system memory.

Describe the solution you'd like
A performant and scalable distributed implementation that can run on workstations or clusters, processes the data in blocks in parallel or in series, and stitches the results back together.

Describe alternatives you've considered
A few attempts have been made at this in the past. This is the most fully featured and thoroughly tested.

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant