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

Another hand pose to remove #19

Open
enyen opened this issue Jan 8, 2024 · 0 comments
Open

Another hand pose to remove #19

enyen opened this issue Jan 8, 2024 · 0 comments

Comments

@enyen
Copy link

enyen commented Jan 8, 2024

import pickle
f = 'handpose/refinehandpose_right/ZY20210800003/H3/C6/N25/S82/s04/T1/10.pickle'
pickle.load(open(f, 'rb'), encoding='latin1')['poseCoeff'].flatten()
>>>array([0.5192359], dtype=float32)

The shape of poseCoeff should be 48 but this has just 1.
4 in handpose_right and more than a dozen in handpose_left should join the rest of the missing hand pose.

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

No branches or pull requests

1 participant