cucim
cucim copied to clipboard
[FEA] skimage.transform
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.
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 ?
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!
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!
@gigony