Shortcuts

mmpose.apis.webcam.utils.get_mouth_keypoint_ids

mmpose.apis.webcam.utils.get_mouth_keypoint_ids(model_cfg: mmcv.utils.config.Config)int[source]

A helper function to get the mouth keypoint index from the model config.

Parameters

model_cfg (Config) – pose model config.

Returns

The mouth keypoint index

Return type

int