Skip to content

Commit

Permalink
Update transforms.py (#1274)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristofHenkel committed Sep 2, 2022
1 parent 228c9d8 commit 580c1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion albumentations/augmentations/transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ class RandomRain(ImageOnlyTransform):
drop_color (list of (r, g, b)): rain lines color.
blur_value (int): rainy view are blurry
brightness_coefficient (float): rainy days are usually shady. Should be in range [0, 1].
rain_type: One of [None, "drizzle", "heavy", "torrestial"]
rain_type: One of [None, "drizzle", "heavy", "torrential"]
Targets:
image
Expand Down

0 comments on commit 580c1cf

Please sign in to comment.