Skip to content

Commit

Permalink
remove intermediate tracking of input image
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamaedler committed Feb 21, 2025
1 parent 4baf00f commit 62aa184
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/scportrait/pipeline/segmentation/segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 62aa184

Please sign in to comment.