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

Function main

scripts/colmap/run_sparse.py:54–59  ·  view source on GitHub ↗
(
    input_path: Path,
    output_path: Path,
    seed: int | None,
)

Source from the content-addressed store, hash-verified

52@click.argument("output_path", type=click.Path(path_type=Path))
53@click.option("--seed", type=int, default=None)
54def main(
55 input_path: Path,
56 output_path: Path,
57 seed: int | None,
58) -> None:
59 run_sparse(input_path, output_path, seed, "extreme", "video")
60
61
62if __name__ == "__main__":

Callers 1

run_sparse.pyFile · 0.70

Calls 1

run_sparseFunction · 0.85

Tested by

no test coverage detected