From 547f40528c8e4898fd83c1bb8513902e9b6798ad Mon Sep 17 00:00:00 2001 From: Maciej Wielgosz <maciej.wielgosz@nibio.no> Date: Wed, 19 Oct 2022 15:48:21 +0200 Subject: [PATCH] small update --- nibio_preprocessing/add_ground_to_inst_seg.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nibio_preprocessing/add_ground_to_inst_seg.py b/nibio_preprocessing/add_ground_to_inst_seg.py index 3a1e412..1857c37 100644 --- a/nibio_preprocessing/add_ground_to_inst_seg.py +++ b/nibio_preprocessing/add_ground_to_inst_seg.py @@ -67,6 +67,9 @@ class AddGroundToInstSeg(): las = self.add_ground_to_inst_seg() las.write(self.output_file) + if self.verbose: + print("The ground has been added to the instance segmentation file !") + if __name__ == "__main__": parser = argparse.ArgumentParser() parser.add_argument("--sem_seg_file", type=str, help="Path to semantic segmentation file") -- GitLab