add missing colon
This commit is contained in:
parent
47d655d270
commit
40b98b2511
@ -39,7 +39,7 @@ def maxrects_bssf(
|
|||||||
containers: ArrayLike,
|
containers: ArrayLike,
|
||||||
presort: bool = True,
|
presort: bool = True,
|
||||||
allow_rejects: bool = True,
|
allow_rejects: bool = True,
|
||||||
) -> Tuple[NDArray[numpy.float64], Set[int]]
|
) -> Tuple[NDArray[numpy.float64], Set[int]]:
|
||||||
"""
|
"""
|
||||||
sizes should be Nx2
|
sizes should be Nx2
|
||||||
regions should be Mx4 (xmin, ymin, xmax, ymax)
|
regions should be Mx4 (xmin, ymin, xmax, ymax)
|
||||||
|
Loading…
Reference in New Issue
Block a user