Skip to content

Commit

Permalink
Boosted version (#1925)
Browse files Browse the repository at this point in the history
  • Loading branch information
ternaus authored Sep 13, 2024
1 parent c512481 commit c0af803
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion albumentations/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.4.14"
__version__ = "1.4.15"
1 change: 0 additions & 1 deletion albumentations/augmentations/geometric/rotate.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ def get_transform_init_args_names(self) -> tuple[str, ...]:
return "limit", "interpolation", "border_mode", "value", "mask_value", "rotate_method", "crop_border"


# class SafeRotate(DualTransform):
class SafeRotate(Affine):
"""Rotate the input inside the input's frame by an angle selected randomly from the uniform distribution.
Expand Down
2 changes: 1 addition & 1 deletion albumentations/augmentations/geometric/transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -1937,7 +1937,7 @@ def get_transform_init_args_names(self) -> tuple[()]:


class GridElasticDeform(DualTransform):
"""Grid-based Elastic deformation Albumentation implementation
"""Grid-based Elastic deformation Albumentations implementation
This class applies elastic transformations using a grid-based approach.
The granularity and intensity of the distortions can be controlled using
Expand Down

0 comments on commit c0af803

Please sign in to comment.