Pose

class scenebox.models.annotation.Pose(label, keypoints, connections, attributes=None)

Holds the coordinates and metadata of a Pose.

Several Poses can be compiled together to form a PoseAnnotation.

Variables:
  • label – Name of the pose.

  • keypoints – All Points contained in the pose.

  • connections – Defines the directed connections between the Points (coordinates) specified in keypoints.

  • attributes – Additional pose metadata.