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

cupy has scipy.ndimage.label -> use it for STO segmenters? #29

Open
paulmueller opened this issue Jun 3, 2024 · 1 comment
Open

cupy has scipy.ndimage.label -> use it for STO segmenters? #29

paulmueller opened this issue Jun 3, 2024 · 1 comment

Comments

@paulmueller
Copy link
Member

https://docs.cupy.dev/en/v13.1.0/reference/generated/cupyx.scipy.ndimage.label.html

@paulmueller
Copy link
Member Author

It would be important to do a benchmark before implementing it. Since not all systems have an NVIDIA GPU, we also have to keep the fallback to scipy.ndimage.label, probably via a cached function getter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant