Gregory Lee

Results 318 comments of Gregory Lee

Hi @monzelr We have so far not tried to implement any of the skimage drawing functions in cuCIM. There is another recent NVIDIA project called [CV-CUDA](https://github.com/CVCUDA/CV-CUDA) which is providing APIs...

# Summarizing from above Below, I used `rescale_to_float` to refer to the function currently named `img_as_float` (see #6318). ## Parameter Scaling For the majority of functions currently using `rescale_to_float`, removing...

Hi @m-krastev We would like to provide methods under `cucim.skimage` in a way that matches the scikit-image API (or at least some subset of it). It is okay to implement...

Took another look at the repos you linked and agree that the `cuda-slice` one is already based on the scikit-image API. That one already has a CuPy implementation and reuses...

Hi @JHancox, thanks for reporting this. Can you specify the shape and dtype of `imgrid`? Unfortunately `PiecewiseAffineTransform` is an outlier in cuCIM in that it currently does not actually have...

Thanks @JoOkuma, I have unfortunately been away from scikit-image for the past year, but am also interested in helping out with this. For the most part, scikit-image and cuCIM functions...

For reference, we did end up already making this change downstream for the 2022.06 release of cuCIM (see https://github.com/rapidsai/cucim/pull/278). It involved updating tolerances in some tests, but wasn't too much...

> It sounds like this change wouldn't degrade precision or results right? True in the sense that the full range of 8 and 16-bit integers can be exactly represented in...

Here is a previous comment on ways of installing for Windows (without the `cucim.clara` I/O component): https://github.com/rapidsai/cucim/issues/270#issuecomment-1114556863 see also #441, #270, #86 Given that this seems to be a popular...

Thanks for reporting the issue @wohali, Indeed, I was able to reproduce the above issue on a Windows environment. A workaround is to configure `git` to enable symbolic links on...