
Reindexes a flat [Landmark] body keypoint list into the 22-joint Landmarks2d.Human22 schema, interpolating neck, thorax, spine, and (COCO mode) head so COCO-17 or Halpe-26 detectors can both feed Human22 consumers.
A pose estimator's keypoints are upgraded to the 22-joint schema, then drawn back onto the frame by visualize.
The Human22 record feeds filter_pose_bounding_box, whose yaw gate is built around exactly this schema's shoulder and spine joints.
pose_type accepts only COCO or HALPE, and any other value aborts the component before it runs.input; Halpe mode needs at least 26. A shorter list violates the input contract and aborts the component, so the upstream detector must always emit a full keypoint list.pose_type; a list in the wrong order runs without error but binds points to the wrong named joints.Automated release