Skip to content

typevar

data.transform.typevar

ImageSizeType module-attribute

ImageSizeType = Sequence[int]

ParamsType module-attribute

ParamsType = Dict[str, Any]

ImageType module-attribute

ImageType = ndarray

MaskType module-attribute

MaskType = ndarray

BBoxesType module-attribute

BBoxesType = Union[ndarray, NumpyBoxes]

PolygonType module-attribute

PolygonType = List[ndarray]

OffsetType module-attribute

OffsetType = Tuple[float, float]

NumpyBoxes

Bases: ndarray