concepts.vision.george_vision_pipeline.segmentation_models.InstanceSegmentationResult#
- class InstanceSegmentationResult[source]#
Bases:
object
InstanceSegmentationResult(masks: numpy.ndarray, pred_cls: List[str], pred_boxes: List[Tuple[Tuple[int, int], Tuple[int, int]]])
Methods
Attributes
A numpy array of shape (N, H, W) and dtype bool.
A list of length N.
A list of length N.
- __init__(masks, pred_cls, pred_boxes)#
- __new__(**kwargs)#