Skip to content

Commit

Permalink
ci(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jan 10, 2025
1 parent d987f18 commit fb0201f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def detect(self, img: np.array, stamp: float):
resized_detection = self.resized_detection.value
resized_max_resolution = self.resized_max_resolution.value

def get_roi(corners, frame_shape, padding = 120):
def get_roi(corners, frame_shape, padding=120):
# Region to keep track of the chessboard in the next frame
x_min, y_min = np.min(corners, axis=0).ravel().astype(int) - padding
x_max, y_max = np.max(corners, axis=0).ravel().astype(int) + padding
Expand Down

0 comments on commit fb0201f

Please sign in to comment.