We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0483f53 commit 48143caCopy full SHA for 48143ca
synapse_net/inference/mitochondria.py
@@ -33,6 +33,7 @@ def _run_segmentation(
33
34
t0 = time.time()
35
hmap = boundaries + ((dist.max() - dist) / dist.max())
36
+ hmap[boundaries > boundary_threshold] = hmap.max()
37
mask = (foreground + boundaries) > 0.5
38
39
seg = np.zeros_like(seeds)
0 commit comments