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

small update

parent fc3faeeb
No related branches found
No related tags found
No related merge requests found
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment