From 62aa184628ed1620b2994cbc8e5640781b6d4c54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sophia=20M=C3=A4dler?= <15019107+sophiamaedler@users.noreply.github.com> Date: Fri, 21 Feb 2025 15:34:53 +0100 Subject: [PATCH] remove intermediate tracking of input image --- src/scportrait/pipeline/segmentation/segmentation.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/scportrait/pipeline/segmentation/segmentation.py b/src/scportrait/pipeline/segmentation/segmentation.py index 6b9bf48e..57c51ade 100644 --- a/src/scportrait/pipeline/segmentation/segmentation.py +++ b/src/scportrait/pipeline/segmentation/segmentation.py @@ -422,7 +422,6 @@ def _call_as_shard(self): input_image = input_image[ :, self.window[0], self.window[1] ] # for some segmentation workflows potentially only the first channel is required this is further selected down in that segmentation workflow - self.input_image = input_image # track for potential plotting of intermediate results if self.deep_debug: self.log(