gputools
gputools copied to clipboard
GPU accelerated image/volume processing in Python
Hi, I am using the gputools library in my project and I have a problem. When I try to render images with the nlm3 filter and the GPU does not...
Hi, Thanks for building this great package. Convolve seems to produce same output size as input size commonly referred as "same" convolution. Is there a way to perform convolution "valid"...
I'm using gputools to do ndarray smoothing. After finished processing, I found the GPU still hold hundreds of MB memory. How can I release that part of memory appropriately? Sample...
hey @maweigert, I can take care of getting it on conda-forge (useful if anything else on conda-forge wants to depend on this). But it would be helpful if you added...
I am trying to develop a 3D StarDist model using the Jupyter notebook however I realized my process is running in the CPU instead of the GPU making my the...
Right now, it is limited to kernels, that fit into constant memory. It would be cool, if it would work for larger kernels as well. I know, that as normal...
We have some [issues](https://github.com/scikit-image/scikit-image/issues/1712) with our naive (non-parallel) integral image implementation in scikit-image. At the same time, we have many functions (template matching, thresholding) that depend on it, so it...
when i use this api, it shows "UserWarning: gputools.transform.affine: API change as of gputools>= 0.2.8: the inverse of the matrix is now used as in scipy.ndimage.affine_transform "gputools.transform.affine: API change as...
Hi Martin, I was looking at the FFT-based implementation of RL-deconvolution in `deconv_rl.py` and noticed a few things. * the fft plan is pre-calculated but not actually passed to the...