Lists supported models for skeleton keypoints selection. More...
Static Functions | |
| def | from_string (str, name) |
| Converts a string to the corresponding BODY_KEYPOINTS_SELECTION enum value. More... | |
Lists supported models for skeleton keypoints selection.
| Enumerator | |
|---|---|
| FULL | Full keypoint model |
| UPPER_BODY | Upper body keypoint model Will output only upper body (from hip). |
|
static |
Converts a string to the corresponding BODY_KEYPOINTS_SELECTION enum value.
| name | : The string representation of the BODY_KEYPOINTS_SELECTION enum value. |