Skeleton Keypoint Relationship
The Skeleton Keypoint Relationship node determines the body's posture by calculating the relationship between the selected body keypoint and skeleton.
Name | Data Type | Description |
---|
Enter | Exec | Triggers the execution of this node |
Keypoint | String | The body keypoint to use. Connect this to a Selected Keypoint Info node. |
Skeleton | Array | The skeleton to use. Connect this to a Custom Skeleton Info node. |
Relationship | String | The type relationship to detect. Distance represents the perpendicular distance from the keypoint to the skeleton. Projection Ratio represents the relative position of the keypoint on the skeleton. If the ratio is between 0 and 1, the keypoint lies on the skeleton itself. If it's outside this range, the keypoint is located outside. |
Output
Name | Data Type | Description |
---|
Relationship | String | The relationship of the keypoint and skeleton based on the specified relationship type |