Skip to content

fix(ui): render unscored pose keypoints - #1574

Draft
alloutflo wants to merge 1 commit into
ruvnet:mainfrom
alloutflo:codex/issue-1525-unscored-keypoints
Draft

fix(ui): render unscored pose keypoints#1574
alloutflo wants to merge 1 commit into
ruvnet:mainfrom
alloutflo:codex/issue-1525-unscored-keypoints

Conversation

@alloutflo

Copy link
Copy Markdown

Summary

  • treat a completely zero-confidence keypoint set as unscored at the rendering boundary
  • use a neutral display-only confidence copy across all four renderer modes
  • preserve source data and continue rejecting zeroes in mixed scored/unscored sets
  • add the canvas regression to the blocking PR UI job

This makes the shipped signal-derived/no-model coordinates visible without presenting the fallback value as sensing confidence.

Validation

  • node --check ui/utils/pose-renderer.js
  • PR UI command — 29/29 passed, including 3 renderer regressions
  • git diff --check upstream/main...HEAD

The renderer boundary is covered with a canvas stub; no Docker, hardware, or pixel-level browser claim is made.

Closes #1525

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Live Demo pose canvas renders nothing on default Docker run: server emits keypoint confidence 0.0, renderer drops anything <= 0.1

1 participant