FIX: Fixed docsstrings
This commit is contained in:
parent
92599ad497
commit
d1c27f2d2b
|
|
@ -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],
|
||||
|
|
|
|||
Loading…
Reference in New Issue