From d1c27f2d2b3253c33ea3c6efbd599321b8d97bf9 Mon Sep 17 00:00:00 2001 From: Ashp116 Date: Sat, 12 Jul 2025 18:13:37 -0400 Subject: [PATCH] FIX: Fixed docsstrings --- 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 c4c9d1e2..347e4f64 100644 --- a/supervision/detection/utils.py +++ b/supervision/detection/utils.py @@ -829,7 +829,7 @@ def move_oriented_boxes( ]) offset = np.array([5, 5]) - sv.move_oriented_boxes(xyxy=xyxyxyxy, offset=offset) + sv.move_oriented_boxes(xyxy=xyxy, offset=offset) # array([ # [ # [25, 15],