Shortcuts

mmpose.apis.webcam.utils.get_wrist_keypoint_ids

mmpose.apis.webcam.utils.get_wrist_keypoint_ids(model_cfg: mmcv.utils.config.Config)Tuple[int, int][源代码]

A helper function to get the keypoint indices of left and right wrists from the model config.

参数

model_cfg (Config) – pose model config.

返回

The keypoint indices of left and right wrists.

返回类型

tuple[int, int]