waterz icon indicating copy to clipboard operation
waterz copied to clipboard

Simple watershed and agglomeration library for affinity graphs.

Results 7 waterz issues
Sort by recently updated
recently updated
newest added

I got this problem using pip ERROR: Could not find a version that satisfies the requirement waterz (from versions: none) ERROR: No matching distribution found for waterz anyone can help...

Hey Jan, I'm trying to get the 75 percentile for the affinity between two seg ids. However, during debugging, I found that with the default`InitWithMax=true`, the histogram will only have...

I was just looking around out of idle curiosity when I saw this repo is now on PyPI. Just wanted to leave a tip in case anyone wants to set...

would you like to register it to pypi for easy installation?

why the output of waterz.agglomerate is a generator? BTW, is this package used in MALA project to obtain segmentations from pred_affinities?

Hello. I am trying to use the waterz agglomerate function in a program I made, but after I compiled it and ran my code I received this error. Did I...

On installation got the error message: ``` gcc -pthread -B /groups/funke/home/hillsleya/mambaforge/envs/liv_zones/compiler_compat -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /groups/funke/home/hillsleya/mambaforge/envs/liv_zones/include -fPIC -O2 -isystem /groups/funke/home/hillsleya/mambaforge/envs/liv_zones/include -fPIC -I/groups/funke/home/hillsleya/projects/tracking/waterz/waterz -I/groups/funke/home/hillsleya/projects/tracking/waterz/waterz/backend -I/groups/funke/home/hillsleya/mambaforge/envs/liv_zones/include/python3.11 -I/groups/funke/home/hillsleya/mambaforge/envs/liv_zones/lib/python3.11/site-packages/numpy/core/include -c waterz/evaluate.cpp...