Shortcuts

mmpose.apis.webcam.utils.get_face_keypoint_ids

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

A helper function to get the keypoint indices of the face from the model config.

参数

model_cfg (Config) – pose model config.

返回

face keypoint indices. The length depends on the dataset.

返回类型

list[int]