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

Function should_stop

python/examples/custom_incremental_pipeline.py:417–421  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

415 return
416
417 def should_stop():
418 return (
419 mapper.num_total_reg_images() == num_images
420 or controller.check_reached_max_runtime()
421 )
422
423 for _ in range(2): # number of relaxations
424 if should_stop():

Callers 1

main_incremental_mapperFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected