Gigon Bae
Gigon Bae
Hi @Michelvl92 , Thank you for your interest and the question! cuCIM's image processing part is based on CuPy and CuPy's array object supports both `__cuda_array_interface__` and DLPack. CuPy has...
Hi @Michelvl92, Please try to understand `__cuda_array_interface__`(https://numba.readthedocs.io/en/stable/cuda/cuda_array_interface.html) and create the interface by using what `cv2.cuda_GpuMat` provides (https://docs.opencv.org/4.6.0/d0/d60/classcv_1_1cuda_1_1GpuMat.html#ab02f97698d8272f0d253f3029329ed10) In the below example, I am assuming a 4 x 3 matrix (`cv2.cuda_GpuMat((3,...
Installing microk8s v1.22 worked. It looks like an issue with microk8s: https://github.com/canonical/microk8s/issues/2634
TODO: Adding cupy as `extra_requires`.
> Thank you, @gigony! Raising an error would satisfy the purpose of this open issue. Currently, we don't have any need for single-channel images in digital pathology but it might...
Closing this. Windows support-relased questions are discussed in https://github.com/rapidsai/cucim/issues/454#issuecomment-1331244039
@MMelQin We can inherit MONAI's Compose class and override `__call__` method to instrument a transform between existing transforms. (Creating a separate compose class that inherits Compose class for instrumentation) https://docs.monai.io/en/latest/_modules/monai/transforms/compose.html#Compose.__call__...
@MMelQin Sounds great! It would be awesome to see the visualization :)
Related Issue/PR in MONAI Core: - https://github.com/Project-MONAI/MONAI/issues/2721 - https://github.com/Project-MONAI/MONAI/pull/3039 There is another item named `Interface to visualize the transform effect`. MONAI Core team may invite us to the conversation.
This one can be done with - https://github.com/Project-MONAI/monai-deploy-app-sdk/issues/9