Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
189
def
main() -> None:
190
args = parse_args()
191
192
for
dataset_name in args.dataset_names:
193
process_dataset(args, dataset_name)
194
195
196
if
__name__ ==
"__main__"
:
Callers
1
test_regression_eth3d.py
File · 0.70
Calls
2
process_dataset
Function · 0.85
parse_args
Function · 0.70
Tested by
no test coverage detected