fix(pre_commit): 🎨 auto format pre-commit hooks
This commit is contained in:
parent
c9d4f2b82e
commit
5ee8fcfea2
|
|
@ -596,8 +596,9 @@ def move_boxes(
|
|||
return xyxy + np.hstack([offset, offset])
|
||||
|
||||
|
||||
def move_obb_boxes(xyss: npt.NDArray[np.float64], offset: npt.NDArray[np.int32]
|
||||
) -> npt.NDArray[np.float64]:
|
||||
def move_obb_boxes(
|
||||
xyss: npt.NDArray[np.float64], offset: npt.NDArray[np.int32]
|
||||
) -> npt.NDArray[np.float64]:
|
||||
"""
|
||||
Parameters:
|
||||
xyxyxyxy (npt.NDArray[np.float64]): An array of shape `(n, 4, 2)` containing the
|
||||
|
|
|
|||
Loading…
Reference in New Issue