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

Function main

python/ci/test_regression_eth3d.py:189–193  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

187
188
189def main() -> None:
190 args = parse_args()
191
192 for dataset_name in args.dataset_names:
193 process_dataset(args, dataset_name)
194
195
196if __name__ == "__main__":

Callers 1

Calls 2

process_datasetFunction · 0.85
parse_argsFunction · 0.70

Tested by

no test coverage detected