cucim icon indicating copy to clipboard operation
cucim copied to clipboard

cuCIM - RAPIDS GPU-accelerated image processing library

Results 148 cucim issues
Sort by recently updated
recently updated
newest added

I wish I could use cuCIM for skimage local entropy function: https://scikit-image.org/docs/dev/api/skimage.filters.rank.html#skimage.filters.rank.entropy

feature request

**Is your feature request related to a problem? Please describe.** cuCIM ignores ImportError exception to allow partial imports (either `cucim.skimage` or `cucim.clara` package). When an import error happens, there is...

feature request
improvement

**Is your feature request related to a problem? Please describe.** It would be nice if cuCIM provides a way to specify log levels in runtime so that users can set...

feature request

**What is your question?** Hello, I'm pretty new to this topic, but I was wondering whether this library can be used to process wsi. I would need to join, for...

question

Provide bullet point list of major user facing changes to Sophie Watson by the end of `**burn down**`

doc

**Describe the bug** When running cucim - accelerated dataloading in Jupyter, a lot of pink warning style output can be generated that looks like an error. **Steps/Code to reproduce bug**...

bug

As per the comment from @jakirkham on MR #100 https://github.com/rapidsai/cucim/pull/100#discussion_r717059350

improvement
non-breaking

The following code results in `Segmentation fault (core dumped)`: ```python import numpy as np from tifffile import imwrite from cucim import CuImage # Create image array img_array = np.ones((128, 128,...

bug

**Describe the bug** When using cuCIM to load TIFF files that does not have color channel (a grayscale 2D image), no error is thrown and instead the values will be...

feature request
MONAI

PR ( https://github.com/rapidsai/cucim/pull/231 ) adds the function `rand_color_jitter` and uses it in a few places. This function and some downstream functions take a `whole_batch` flag. There is some testing with...

improvement