From cbbfb453f292e4d686fcb4d9aba8ca19770aa337 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 08:41:33 +0000 Subject: [PATCH] =?UTF-8?q?fix(pre=5Fcommit):=20=F0=9F=8E=A8=20auto=20form?= =?UTF-8?q?at=20pre-commit=20hooks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supervision/detection/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervision/detection/utils.py b/supervision/detection/utils.py index 625158e5..f075513a 100644 --- a/supervision/detection/utils.py +++ b/supervision/detection/utils.py @@ -120,7 +120,7 @@ def mask_non_max_suppression( predictions: np.ndarray, masks: np.ndarray, iou_threshold: float = 0.5, - mask_dimension: int = 640 + mask_dimension: int = 640, ) -> np.ndarray: """ Perform Non-Maximum Suppression (NMS) on segmentation predictions.