Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ternaus committed Nov 17, 2024
1 parent 90bd99e commit b3b0aea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions albumentations/augmentations/tk/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -1557,6 +1557,7 @@ class GaussianNoise(GaussNoise):
References:
- torchvision: https://pytorch.org/vision/master/generated/torchvision.transforms.v2.GaussianNoise.html
- kornia: https://kornia.readthedocs.io/en/latest/augmentation.module.html#kornia.augmentation.RandomGaussianNoise
"""

class InitSchema(BaseTransformInitSchema):
Expand Down

0 comments on commit b3b0aea

Please sign in to comment.