Skip to content

Commit

Permalink
Merge branch 'main' into mix_coef_return
Browse files Browse the repository at this point in the history
  • Loading branch information
ternaus authored Mar 12, 2024
2 parents 1073bf4 + 597e02f commit baa5625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions albumentations/augmentations/transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -1696,8 +1696,8 @@ class Downscale(ImageOnlyTransform):
"""Decreases image quality by downscaling and upscaling back.
Args:
scale_min: lower bound on the image scale. Should be < 1.
scale_max: lower bound on the image scale. Should be .
scale_min: lower bound on the image scale. Should be <= scale_max.
scale_max: upper bound on the image scale. Should be < 1.
interpolation: cv2 interpolation method. Could be:
- single cv2 interpolation flag - selected method will be used for downscale and upscale.
- dict(downscale=flag, upscale=flag)
Expand Down

0 comments on commit baa5625

Please sign in to comment.