Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ternaus committed Jan 7, 2025
1 parent 4738c9c commit 9ae694b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion albumentations/augmentations/geometric/transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -1475,7 +1475,6 @@ def get_params_dependent_on_data(
data: dict[str, Any],
) -> dict[str, Any]:
image_shape = params["shape"][:2]
height, width = image_shape

# Get distortion coefficient
k = self.py_random.uniform(*self.distort_limit)
Expand Down

0 comments on commit 9ae694b

Please sign in to comment.