class documentation

Mixin for CVAT annotations that store a list of (x, y) pixel coordinates.

Method __init__ Undocumented
Instance Variable points a list of (x, y) pixel coordinates defining points
Property points_str Undocumented
Static Method _parse_cvat_points_str Undocumented
Static Method _to_abs_points Undocumented
Static Method _to_cvat_points_str Undocumented
Static Method _to_rel_points Undocumented

a list of (x, y) pixel coordinates defining points

Undocumented

@staticmethod
def _parse_cvat_points_str(points_str): (source)

Undocumented

@staticmethod
def _to_abs_points(points, frame_size): (source)

Undocumented

@staticmethod
def _to_cvat_points_str(points): (source)

Undocumented

@staticmethod
def _to_rel_points(points, frame_size): (source)

Undocumented