flic_pose

menpo.landmark.flic_pose(landmark_group)[source]

Apply the flic “standard” 11 point semantic labels to the landmark group.

The group label will be flic_pose.

The semantic labels applied are as follows:

  • left_arm
  • right_arm
  • hips
  • face
Parameters:landmark_group (LandmarkGroup) – The landmark group to apply semantic labels to.
Returns:
  • group (str) – The group label: flic_pose
  • landmark_group (LandmarkGroup) – New landmark group.
Raises:error (LabellingError) – If the given landmark group contains less than 11 points