Skip to content

Commit

Permalink
tiny tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
glvov-bdai committed Sep 9, 2024
1 parent 36e2194 commit e0be9e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def calibration_helper(
if not args.allow_default_internal_corner_ordering:
logger.warning("Turning off corner swap (needed for localization) for calibration solution...")
logger.warning("Corner swap needed for initial localization, but breaks calibration.")
logger.warning("See ")
logger.warning("See https://github.com/opencv/opencv/issues/26126")
detect_charuco_corners(
create_ideal_charuco_image(charuco_board=charuco),
charuco_board=charuco,
Expand Down
2 changes: 1 addition & 1 deletion spot_wrapper/calibration/calibration_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ def detect_charuco_corners(
and detect_charuco_corners.enforce_ids
and hasattr(detect_charuco_corners, "corr_map")
): # correlation map computed
logger.warning("Using cached comp map..")
logger.warning("Using cached correlation map to order IDs")
correlation_map = detect_charuco_corners.corr_map # grab the map

reworked_charuco_ids = []
Expand Down

0 comments on commit e0be9e2

Please sign in to comment.