Replies: 1 comment 5 replies
|
It seems interesting and be useful for further version, but before implementing with GPU is not possible to search to make parallel processing, like Dask. I already heard about it but never use it. |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
There is an mri tool called cupyimg (found in https://github.com/mritools/cupyimg) that accelerate image processing using CUDA, and cupy.
From cupyimg we can access many skimage functions that we've already used.
Maybe we should try to use it for our processes? What do you think?
All reactions