Skip to content

Commit

Permalink
hotfix segment_images.py
Browse files Browse the repository at this point in the history
- the filters dict was updated iteratively !
  • Loading branch information
GuillaumeLeGoc committed Nov 27, 2024
1 parent 93f8297 commit 6e2b36f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/segmentation/segment_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
with the same names as probabilities images (without their suffix).
Author : Guillaume Le Goc ([email protected]) @ NeuroPSI
Version : 2024.11.19
Version : 2024.11.27
"""

Expand Down Expand Up @@ -451,7 +451,7 @@ def make_suffix(s):
qupath_color=param["qp_color"],
channel_suffix=make_suffix(param["name"]),
edge_dist=EDGE_DIST,
filters=FILTERS,
filters=FILTERS.copy(),
masks_dir=MASKS_DIR,
masks_ext=MASKS_EXT,
)

0 comments on commit 6e2b36f

Please sign in to comment.