hybrid_learning.datasets.custom.coco.keypoints_processing.COCO_STD_KEYPOINT_NAMES

hybrid_learning.datasets.custom.coco.keypoints_processing.COCO_STD_KEYPOINT_NAMES: Tuple[str, ...] = ('nose', 'left_eye', 'right_eye', 'left_ear', 'right_ear', 'left_shoulder', 'right_shoulder', 'left_elbow', 'right_elbow', 'left_wrist', 'right_wrist', 'left_hip', 'right_hip', 'left_knee', 'right_knee', 'left_ankle', 'right_ankle')

The standard list of keypoint names for MS COCO. These are needed to translate a raw list of keypoint information of the form [x1,y1,v1, x2,y2,v2, ...] into a dictionary of {keypoint_name: keypoint_info}.