Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

examples? #87

Open
ebo opened this issue Jan 10, 2019 · 11 comments
Open

examples? #87

ebo opened this issue Jan 10, 2019 · 11 comments

Comments

@ebo
Copy link

ebo commented Jan 10, 2019

I'm trying to work through the functionality. Do you have any examples available outside of the test harness?

@jakirkham
Copy link
Member

Thanks @ebo. Sorry for being somewhat slow here.

We make use of these in our work, but I suspect that probably won't be helpful as an example. What sort of examples are you looking for?

Should add I'm meeting up with a colleague to do some work on dask-image. One of the things we had discussed was improving the docs. So this would be very much in scope for that work. So if there are specific things you would like to see, please let us know. ;)

cc @jni

@jni
Copy link
Contributor

jni commented Jan 20, 2019

Yep! Excited to work on this. We start on the 31st so get your ideas in before then! =)

@ebo
Copy link
Author

ebo commented Jan 20, 2019

You start what on the 31'st? Think nothing about the delay.

I've been looking at image labeling/segmentation, and the cluster measurements. Having some simple examples which show how this is done would save some time. I have started from the unit tests.

As for docs and examples, I will think about this, but I think some basic examples showing the implemented functionality would be nice.

Anyway, I am working on porting some image segmentation algorithms. I've started by first porting several of the algs to work with numba to wrap my head around some of the previously implemented ones. Then port to dask.

@jakirkham
Copy link
Member

We are doing a sprint on dask-image starting on the 31st.

Cool, would be curious to hear your thoughts on labeling. There has been some discussion in issue ( #29 ).

Phrased a different way, are there certain kinds of problems that you were looking to solve when you looked at dask-image (e.g. how do I perform Gaussian smoothing over a large array?).

@ebo
Copy link
Author

ebo commented Jan 20, 2019 via email

@ebo
Copy link
Author

ebo commented Jan 30, 2019 via email

@ebo
Copy link
Author

ebo commented Feb 6, 2019 via email

@chrisroat
Copy link

@ebo I am interested in a parallel watershed. Do you have a (even partially written) dask-based solution?

I currently use skimage.segmentation.watershed with map_blocks, just to get a baseline. I shed small objects, but they are dense enough to hit the chunk edges so I'd like to think about better solutions.

@GenevieveBuckley
Copy link
Collaborator

Hi @chrisroat, @ebo has some watershed related work here that you might like to look at. As you can tell by the discussion there's still a lot of unsolved stuff to work through, but perhaps you'll still find it interesting to read.

@ebo
Copy link
Author

ebo commented Jun 5, 2020 via email

@chrisroat
Copy link

Our project is ongoing, and we add improvements as we get them. No rush at all. I'll check out that other discussion -- there might be something there that works well enough for our data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants