Gigon Bae
Gigon Bae
Thanks @JosephRyanPeterson for creating the issue with useful information! We would consider supporting Leica SCN format once other features (https://github.com/rapidsai/cucim/projects/5) scheduled are implemented (we also have a plan to support...
@gpucibot merge
Thanks @jakirkham for creating this issue! Also would be useful to add some links for using CuPy, such as: * Some examples of how to do asynchronous transfers ([async memcpy](https://docs.cupy.dev/en/stable/reference/generated/cupy.cuda.texture.CUDAarray.html?highlight=copy_from#cupy.cuda.texture.CUDAarray.copy_from))....
@grlee77 agree. I don't think it is a bug. Let's add performance tag for this.
@grlee77 any idea on @rjesud 's comment above?
Hi @luzuku, Thanks for your interest and question! CuImage object acts for multiple purposes: 1. A data loader object that holds internal objects such as file name to load and...
Thanks @luzuku for sharing the example! It's a clever approach (loading patches directly, instead of saving them into the file system with an intermediate file format) and that use case...
Hi @diricxbart ! > When loading an svs image using cucim Could you please share the line of the code you used to load svs image to understand the context?...
Hi @diricxbart By default, `read_region()` method doesn't use GPU-accelerated libraries to decode compressed image data (jpeg/jpeg2000) in .svs or .tif format and you don't need to specify `device="cpu"` in the...