diff --git a/nibio_preprocessing/add_ground_to_inst_seg.py b/nibio_preprocessing/add_ground_to_inst_seg.py index 3a1e412ffe9735943c3cbba0b4c64029e5990b01..1857c3794166597e10b1b29c74a55dbebaece562 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")