diff --git a/scripts/segmentation/segment_images.py b/scripts/segmentation/segment_images.py index 20b2b21..5d91e19 100644 --- a/scripts/segmentation/segment_images.py +++ b/scripts/segmentation/segment_images.py @@ -19,7 +19,7 @@ with the same names as probabilities images (without their suffix). Author : Guillaume Le Goc (g.legoc@posteo.org) @ NeuroPSI -Version : 2024.11.19 +Version : 2024.11.27 """ @@ -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, )