large_image icon indicating copy to clipboard operation
large_image copied to clipboard

cuCIM tile source

Open cooperlab opened this issue 2 years ago • 3 comments

cuCIM read_region() is a highly optimized routine for reading from TIFF-like whole-slide images including svs. We should incorporate cuCIM as a tile source.

https://pypi.org/project/cucim/

cooperlab avatar Feb 25 '22 00:02 cooperlab

I think the main difficulty here is going to be generalizing the installation of cuCIM. For all of our other tile sources, we build a python wheel to facilitate the process. Doing so for cuCIM is probably much harder as they have different packages based on GPU drivers.

manthey avatar Feb 25 '22 13:02 manthey

We can discuss this with the NVIDIA team at our next meeting.

cooperlab avatar Feb 25 '22 14:02 cooperlab

It looks like pip install cucim is now sufficient; the cupy cuda extensions appear to be for some of the cucim image manipulation features.

manthey avatar Jan 04 '24 18:01 manthey