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

Feature/pose copy and remove components #148

Conversation

cleong110
Copy link
Contributor

Fixes #147

src/python/pose_format/pose.py Outdated Show resolved Hide resolved
src/python/pose_format/pose.py Show resolved Hide resolved
@cleong110
Copy link
Contributor Author

Added .copy() methods to various PoseBody implementations, and some pytests for this.

cleong110 added a commit to cleong110/pose-evaluation that referenced this pull request Jan 30, 2025
cleong110 added a commit to cleong110/pose-evaluation that referenced this pull request Jan 30, 2025
src/python/pose_format/numpy/pose_body.py Outdated Show resolved Hide resolved
src/python/pose_format/numpy/pose_body.py Outdated Show resolved Hide resolved
src/python/pose_format/tensorflow/pose_body.py Outdated Show resolved Hide resolved
src/python/pose_format/torch/pose_body.py Outdated Show resolved Hide resolved
src/python/tests/pose_test.py Outdated Show resolved Hide resolved
src/python/tests/pose_test.py Outdated Show resolved Hide resolved
Copy link
Collaborator

@AmitMY AmitMY left a comment

Choose a reason for hiding this comment

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

Looks good, except for one import. does it matter?

src/python/pose_format/numpy/pose_body.py Show resolved Hide resolved
src/python/tests/pose_test.py Outdated Show resolved Hide resolved
@AmitMY AmitMY merged commit f85bfb9 into sign-language-processing:master Feb 4, 2025
8 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.

Pose: add .copy() and .remove_components()
2 participants