We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81794ff commit 9f13bf8Copy full SHA for 9f13bf8
source/segmentation/segmentator.py
@@ -150,7 +150,7 @@ def perform_segmentation(
150
151
logger.info(f"Processed index: '__ {index} __' ")
152
logger.info(
153
- "Processed files:\n" " -> Camera 1 '{}'\n" " -> Camera 2 '{}'".format(
+ "Processed files:\n -> Camera 1 '{}'\n -> Camera 2 '{}'".format(
154
image_cam1.filepath.stem, image_cam2.filepath.stem
155
)
156
0 commit comments