DWposeDeluxe Merge Keypoints
MergeKeypoints
<div id="dwpdlx_short_desc">Merges people from two keypoint batches into single frames.</div> **Function:** Combines pose detections from two inputs into a single canvas for each frame. ### Inputs - **keypoints_1:** The first keypoint dataset. - **keypoints_2:** The second keypoint dataset (merged into first). ### Outputs - **pose_keypoints:** The merged keypoint data containing people from both inputs. ### Notes - Inputs must have the same canvas size and same number of frames. - Coordinate format (absolute/normalized) will be matched to keypoints_1.
Pack: ComfyUI_DWposeDeluxe
custom_nodes.ComfyUI_DWposeDeluxe
Inputs (2)
| Name | Type | Required |
|---|---|---|
| keypoints_1 | POSE_KEYPOINT | required |
| keypoints_2 | POSE_KEYPOINT | required |
Outputs (1)
| Name | Type |
|---|---|
| pose_keypoints | POSE_KEYPOINT |