-
Notifications
You must be signed in to change notification settings - Fork 2
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
PR: Data Creation #2
PR: Data Creation #2
Conversation
The file contains two pairs of pose examples, along with a processing.log for additional details. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is pretty good! minor changes requested, then you can go ahead and generate the data for the entire dataset
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. we can always iterate later if there are issues :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pylint
fails.
fluent_pose_synthesis/create_stitched_example.py:4:0: E0401: Unable to import 'spoken_to_signed.gloss_to_pose' (import-error)
add that dependency to the pyproject.toml
No description provided.