diff --git a/python/functions/ml/crop_to_content.py b/python/functions/ml/crop_to_content.py index 656e44e7..56dc5461 100644 --- a/python/functions/ml/crop_to_content.py +++ b/python/functions/ml/crop_to_content.py @@ -77,7 +77,7 @@ def _content_bbox(img, alpha_threshold: int, bg_tolerance: int): def crop_to_content( img, *, - pad_ratio: float = 0.06, + pad_ratio: float = 0.02, square: bool = True, alpha_threshold: int = 10, bg_tolerance: int = 16,