Nodes/ComfyUI_DWposeDeluxe/DWpose Keypoint Diff
ComfyUI Node

DWpose Keypoint Diff

<div id="dwpdlx_short_desc">Compares two keypoint datasets and reports differences.</div> **Function:** Compares every (x, y, confidence) value between two keypoint datasets of the same length. ### Inputs - **keypoints_1:** The first keypoint dataset (baseline). - **keypoints_2:** The second keypoint dataset (to compare). ### Outputs - **diff_info:** A string report detailing frame count, people count, and value mismatches. ### Notes - Automatically ignores minor rounding differences (delta < 0.0001). - Logs a summary to the console: `logger.info` for a perfect match, `logger.warning` if discrepancies are found. - Useful for verifying data integrity after multiple conversions or reversals.

By hobinrude·Created 9 months ago·Updated 8 months ago· 10
DWpose Keypoint Diff
  • keypoints_1
  • keypoints_2
  • diff_info
coordinate_threshold0.05
confidence_threshold0.01
CategoryDWposeDeluxe

Inputs (4)

NameTypeDefaultDescription
keypoints_1POSE_KEYPOINT
keypoints_2POSE_KEYPOINT
coordinate_thresholdFLOAT0.050–1
confidence_thresholdFLOAT0.010–1

Outputs (1)

NameTypeDescription
diff_infoSTRING