chore: update demo runtime, tests, and agent docs
This commit is contained in:
@@ -23,8 +23,10 @@ jaxtyped = cast(JaxtypedFactory, jaxtyping.jaxtyped)
|
||||
UInt8Array = NDArray[np.uint8]
|
||||
Float32Array = NDArray[np.float32]
|
||||
|
||||
#: Bounding box in XYXY format: (x1, y1, x2, y2) where (x1,y1) is top-left and (x2,y2) is bottom-right.
|
||||
BBoxXYXY = tuple[int, int, int, int]
|
||||
"""
|
||||
Bounding box in XYXY format: (x1, y1, x2, y2) where (x1,y1) is top-left and (x2,y2) is bottom-right.
|
||||
"""
|
||||
|
||||
|
||||
def _read_attr(container: object, key: str) -> object | None:
|
||||
|
||||
Reference in New Issue
Block a user