ComfyUI Node
DWposeDeluxe Cherry Picker (2 Inputs)
<div id="dwpdlx_short_desc">Cherry-picks best keypoints between two datasets.</div> **Function:** Takes two keypoint datasets of the same length and creates a new one by choosing the most confident individual keypoints from either input for each frame. ### Inputs - **keypoints_1:** The first keypoint dataset (baseline for gain summary). - **keypoints_2:** The second keypoint dataset. ### Outputs - **pose_keypoints:** The merged keypoint data with the best points from both inputs. ### Notes - Inputs must have the same number of frames. - Useful for merging results from different detection/estimation models. - Logs a summary of confidence gain per body point upon completion.
DWposeDeluxe Cherry Picker (2 Inputs)
- keypoints_1
- keypoints_2
- pose_keypoints
CategoryDWposeDeluxe
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| keypoints_1 | POSE_KEYPOINT | — | |
| keypoints_2 | POSE_KEYPOINT | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| pose_keypoints | POSE_KEYPOINT | — |