class documentation

class HasCVATBinaryMask(object): (source)

View In Hierarchy

Mixin for CVAT annotations that store RLE format instance masks.

Static Method _mask_to_cvat_rle Undocumented
Static Method _rle_to_binary_image_mask Undocumented
@staticmethod
def _mask_to_cvat_rle(binary_mask): (source)

Undocumented

@staticmethod
def _rle_to_binary_image_mask(rle, mask_width, mask_height): (source)

Undocumented