Skip to content
Snippets Groups Projects
Commit 547f4052 authored by Maciej Wielgosz's avatar Maciej Wielgosz
Browse files

small update

parent fc3faeeb
Branches
Tags
No related merge requests found
...@@ -67,6 +67,9 @@ class AddGroundToInstSeg(): ...@@ -67,6 +67,9 @@ class AddGroundToInstSeg():
las = self.add_ground_to_inst_seg() las = self.add_ground_to_inst_seg()
las.write(self.output_file) las.write(self.output_file)
if self.verbose:
print("The ground has been added to the instance segmentation file !")
if __name__ == "__main__": if __name__ == "__main__":
parser = argparse.ArgumentParser() parser = argparse.ArgumentParser()
parser.add_argument("--sem_seg_file", type=str, help="Path to semantic segmentation file") parser.add_argument("--sem_seg_file", type=str, help="Path to semantic segmentation file")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment