Skip to content

Commit

Permalink
erroneous debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
mittagessen committed Mar 13, 2024
1 parent 4248ca0 commit 150323d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kraken/lib/segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,6 @@ def vectorize_regions(im: np.ndarray, threshold: float = 0.5):
[[x0, y0, ... xn, yn], [xm, ym, ..., xk, yk], ... ]
A list of lists containing the region polygons.
"""
print(f'shape: {im.shape} {im.max()}')
bin = im > threshold
labelled = label(bin)
boundaries = []
Expand Down

0 comments on commit 150323d

Please sign in to comment.