Gregory Lee

Results 318 comments of Gregory Lee

Is there any update in plans or timeline for this `libraft` idea? I am specifically interested in having `scipy.spatial.pdist` and `scipy.spatial.cdist` implementations available. A naive `RawKernel` implementation computing one entry...

Here is another CUDA kd-tree implementation I came across (BSD 3-clause license) https://github.com/johnarobinson77/KdTreeGPU

One issue I found confusing when trying out `PyDIP`, was that I had to reverse the order of elements in tuples provided as arguments from what I would have naively...

In case it is of interest, I came across the examples above when I was prototyping possibilities for offloading `scikit-image` computations to different backends. There are some cases where the...

Thanks for looking into the possibilities here. It sounds like perhaps there is a solution that won't be too difficult from an implementation and maintenance standpoint. If it turns out...

> @grlee77 I've added some more explicit description of what happens when you mix NumPy with DIPlib. Do you think it's clear enough now? https://github.com/DIPlib/diplib/commit/b07d8985fcc31fe404c39df1a60acc5f917443d8 Yeah, I think that helps....

``` [ 37.50%] ··· benchmark_segmentation.SegmentationSuite.time_mask_slic failed [ 37.50%] ···· asv: benchmark timed out (timeout 60.0s) ``` This timeout is why I had reduced the size of the data for this...

I don't think this one was ready to close? (There are still functions under `skimage.future.graph`)

Hi @thanushipeiris, just checking in here. I added a small docstring formatting fix. Any chance you could add an example for the gallery?

Hi @thanushipeiris, I had forgotten about this one. The example looks pretty good to me, there was just one issue of a missing `plt.figure()` call that was causing the scatterplot...