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

Function parse_args

benchmark/reconstruction/compare.py:39–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37
38
39def parse_args() -> argparse.Namespace:
40 parser = argparse.ArgumentParser()
41 parser.add_argument("--report_a_path", type=Path, required=True)
42 parser.add_argument("--report_b_path", type=Path, required=True)
43 return parser.parse_args()
44
45
46def main() -> None:

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected