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)

NameTypeRequired
keypoints_1POSE_KEYPOINTrequired
keypoints_2POSE_KEYPOINTrequired

Outputs (1)

NameType
pose_keypointsPOSE_KEYPOINT