Shortcuts

mmpose.apis.webcam.utils.get_hand_keypoint_ids

mmpose.apis.webcam.utils.get_hand_keypoint_ids(model_cfg: mmcv.utils.config.Config)List[int][源代码]

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

参数

model_cfg (Config) – pose model config.

返回

hand keypoint indices. The length depends on the dataset.

返回类型

list[int]