DWposeDeluxe Cherry Picker (2 Inputs)
CherryPickerTwoInputs
<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.
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 |