v0.8.26 — fix multitask gaze arrow yaw sign - #82
Merged
Conversation
py-feat >=2.1.1 multitask gaze_yaw is positive = subject's right = source-image left — the SAME convention as L2CS — so the arrow's source-space dx is -sin(yaw) for both branches. The multitask branch's +sin was calibrated against pre-2.1 models whose gaze followed the head with erratic yaw; with 2.1.x the eyes are tracked and the inversion became obvious on head-turned eye-averted cases (arrow mirrored horizontally). Fixed in the Live/TS renderer and the Python renderer; the Python pose-cube axis-swap hack is flagged with a TODO for re-verification against 2.1.1 rather than changed blind. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01XqXEWPLMJmGaY1wuzVFZ9A
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
py-feat 2.1.1's multitask gaze shares L2CS's yaw convention (positive = subject's right = source-left); both renderers now use -sin(yaw). The old +sin was calibrated against pre-2.1 head-following gaze. Python pose-cube swap flagged for re-verification, not changed.
🤖 Generated with Claude Code
https://claude.ai/code/session_01XqXEWPLMJmGaY1wuzVFZ9A