Closed patripfr closed 3 years ago
This changes make sure we check after each ceres iteration if the optimization time is still below ba_max_time_seconds. Previously it would always perform num_iters, also if already 1 iteration would exceed the time limit.
ba_max_time_seconds
num_iters
Test FAILed.
This changes make sure we check after each ceres iteration if the optimization time is still below
ba_max_time_seconds
. Previously it would always performnum_iters
, also if already 1 iteration would exceed the time limit.