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.
DWpose Keypoint Diff
- keypoints_1
- keypoints_2
- diff_info
◄coordinate_threshold0.05►
◄confidence_threshold0.01►
CategoryDWposeDeluxe
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| keypoints_1 | POSE_KEYPOINT | — | |
| keypoints_2 | POSE_KEYPOINT | — | |
| coordinate_threshold | FLOAT | 0.050–1 | — |
| confidence_threshold | FLOAT | 0.010–1 | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| diff_info | STRING | — |