MCPcopy Create free account
hub / github.com/colmap/colmap / parse_args

Function parse_args

python/examples/visualize_model.py:207–215  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

205
206
207def parse_args() -> argparse.Namespace:
208 parser = argparse.ArgumentParser(
209 description="Visualize COLMAP binary and text models"
210 )
211 parser.add_argument(
212 "--input_model", required=True, help="path to input model folder"
213 )
214 args = parser.parse_args()
215 return args
216
217
218def main() -> None:

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected