Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixing hands fsw representing #3

Merged
merged 4 commits into from
Jul 13, 2024

Conversation

RotemZilberman
Copy link
Contributor

adding 8 for the left hand fsw hex value

@@ -241,6 +241,9 @@ def render_fsw(self):
generated_left_hand = str(hex(keyframe.left_hand_signwriting))[2:]
generated_face = '2ff00' # TODO adding synthetic face option

# adding 8 offset to the left hand
generated_left_hand = str(hex(int(generated_left_hand, 16) + 0x8))[2:]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this does not belong here.
it belongs at lines 86~
if not right hand, then mirror the symbol (add 0x8)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you right, I updated it in the if-else condition

@AmitMY AmitMY merged commit 7d3375b into sign-language-processing:main Jul 13, 2024
0 of 2 checks passed
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.

2 participants