MCPcopy Create free account
hub / github.com/dcharatan/flowmap / main

Function main

scripts/colmap/run_dense.py:63–64  ·  view source on GitHub ↗
(input_path: Path, output_path: Path)

Source from the content-addressed store, hash-verified

61@click.argument("input_path", type=click.Path(path_type=Path))
62@click.argument("output_path", type=click.Path(path_type=Path))
63def main(input_path: Path, output_path: Path) -> None:
64 run_dense(input_path, output_path)
65
66
67if __name__ == "__main__":

Callers 1

run_dense.pyFile · 0.70

Calls 1

run_denseFunction · 0.85

Tested by

no test coverage detected