DWposeDeluxe Cherry Picker (Frames)
CherryPickerFrames
<div id="dwpdlx_short_desc">Selects best keypoints from over-sampled data.</div> **Function:** Reduces an over-sampled (high FPS) keypoint dataset by selecting the highest-confidence individual keypoints from each frame chunk. ### Inputs - **pose_keypoints:** The keypoint dataset (e.g., from a 2x VFI source). ### Parameters - **factor:** The downsampling factor (e.g., 2 for 2x source to 1x output). ### Outputs - **pose_keypoints:** The downsampled keypoint data with cherry-picked confident points. ### Notes - This node is designed to combat jitter and noise from detection models by leveraging over-sampling. - It is ideal for use after generating keypoints from a VFI (Video Frame Interpolation) output. - Logs a summary of confidence gain per body point upon completion.
Pack: ComfyUI_DWposeDeluxe
custom_nodes.ComfyUI_DWposeDeluxe
Inputs (2)
| Name | Type | Required |
|---|---|---|
| pose_keypoints | POSE_KEYPOINT | required |
| factor | INT | required |
Outputs (1)
| Name | Type |
|---|---|
| pose_keypoints | POSE_KEYPOINT |