MCPcopy Create free account
hub / github.com/XiaoBaiiiiii/colmap-pcd / parse_args

Function parse_args

scripts/python/visualize_model.py:189–195  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

187
188
189def parse_args():
190 parser = argparse.ArgumentParser(description="Visualize COLMAP binary and text models")
191 parser.add_argument("--input_model", required=True, help="path to input model folder")
192 parser.add_argument("--input_format", choices=[".bin", ".txt"],
193 help="input model format", default="")
194 args = parser.parse_args()
195 return args
196
197
198def main():

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected