Skip to content

Commit 8b61212

Browse files
Python API Add debug logs to solver camera utils.
1 parent 971a619 commit 8b61212

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/mmSolver/_api/solvercamerautils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def _sub_bundle_adjustment(
244244
solver_type=None,
245245
verbose=None,
246246
):
247-
# LOG.debug('_sub_bundle_adjustment')
247+
LOG.debug('_sub_bundle_adjustment')
248248
assert isinstance(adjust_camera_translate, bool)
249249
assert isinstance(adjust_camera_rotate, bool)
250250
assert isinstance(adjust_bundle_positions, bool)
@@ -967,7 +967,7 @@ def _cache_connected_frame_statistics(
967967

968968

969969
def _precompute_values(mkr_list, root_frames, start_frame, end_frame):
970-
# LOG.debug('_precompute_values.')
970+
LOG.debug('_precompute_values.')
971971
# LOG.debug('mkr_list: %s', mkr_list)
972972

973973
enabled_marker_nodes = _cache_enabled_marker_nodes(mkr_list, root_frames)

0 commit comments

Comments
 (0)