-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
bundle computation of sets of ndmeasure functions #231
Comments
We've discussed in other issues and offline adding One thing worth noting that may help in the short-term is under-the-hood we use cc @jni (who also likely has thoughts here 🙂) |
I think some of the holdup for a version of regionprops in dask-image was to do with the find objects function. But as I recall, there are a fair few 'easy' properties we could be supporting, several tricky ones, and a few very hard things to do. We shouldn't let the hard stuff completely block progress on supporting the easier things. I was surprised I didn't find more notes about those old discussions with @jni in the issue threads, so thank you for making a dedicated issue for this @unidesigner |
Thanks for the feedback. When trying to run the a single ndmeasure function, I ran into another issue. I load a large zarr 3d image, and want to process a large subvolume. The processing used up all the memory and was killed by the OS, so I am not sure how to proceed and/or where to ask for help. I did not find documentation on how to limit threads/CPU/memory usage or similar, to control dask-image's parallel operations. (sorry for asking this here off-topic) |
Currently the way the |
My entire 3d zarr array is about 120k x 70k x 7k voxels ( |
This blogpost and links in it might give you a few suggestions for looking at where all your memory is going: |
Thanks @GenevieveBuckley I will have a look. |
If I would like to compute several of the ndmeasures functions over my image data (similar to `scikit-image's regionprops'), is there a way to do that, i.e. to save compute and I/O? I haven't seen this being discussed here or elsewhere. Thank you!
The text was updated successfully, but these errors were encountered: