cucim icon indicating copy to clipboard operation
cucim copied to clipboard

[FEA] skimage.transform

Open HoucaiGuo opened this issue 3 years ago • 3 comments

Thanks for your efforts! I would like to ask that when would skimage.transform module be converted for GPU use? I'm a student whose research field is image registration, its GPU version will remarkably improve my code's speed. Thanks.

HoucaiGuo avatar Nov 22 '21 13:11 HoucaiGuo

A number of skimage.transform APIs have already been converted: https://docs.rapids.ai/api/cucim/nightly/api.html#module-cucim.skimage.transform

Is there something more specific you are looking for ?

quasiben avatar Nov 22 '21 14:11 quasiben

A number of skimage.transform APIs have already been converted: https://docs.rapids.ai/api/cucim/nightly/api.html#module-cucim.skimage.transform

Is there something more specific you are looking for ?

Thanks, the cucim version I used is "stable, v21.10.00". I've followed your recommendation and downloaded the "nightly, v21.12.00", it indeed contains the majority of skimage.transform module's methods. However, I wanna use the "Piecewise Affine Transform" which is not implemented for the GPU use. Could you please add it to the oncoming version? I really appreciate your efforts! image

HoucaiGuo avatar Nov 23 '21 13:11 HoucaiGuo

A number of skimage.transform APIs have already been converted: https://docs.rapids.ai/api/cucim/nightly/api.html#module-cucim.skimage.transform Is there something more specific you are looking for ?

Thanks, the cucim version I used is "stable, v21.10.00". I've followed your recommendation and downloaded the "nightly, v21.12.00", it indeed contains the majority of skimage.transform module's methods. However, I wanna use the "Piecewise Affine Transform" which is not implemented for the GPU use. Could you please add it to the oncoming version? I really appreciate your efforts! image

@gigony

HoucaiGuo avatar Nov 24 '21 06:11 HoucaiGuo