-
Notifications
You must be signed in to change notification settings - Fork 14
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
Recovered skeleton not aligned with the target pose #4
Comments
It looks like it could be an issue with normalization. You can see that the spine to collar length is longer than the original pose. So it suggests some bone length is longer than it should be. I would check the normalization part first and then also check if the obtained bone lengths make sense. The bone length is an average over all the frames, I believe. So you should also check that the bone lengths are consistent through all of your frames. A simple histogram might help here. |
@aali26 are you using the H36M skeleton here? Are you willing to share your modified code to include these aadditional joints? |
I'm working on Human3.6 and SMPL keypoints and I can share the code once I'm done and ensure it is working fine. |
@aali26 are you willing to share how you are plotting two skeletons simultaneously aand what they represent? |
Hello @TemugeB ,
Thanks for the significant contribution. If I wanted to extend your work to add more joints and different joints tree, I would need to modify the joint hierarchy and the offset of the joints below are some of the modifications I made to make it work.
The basic kinematic tree
the offset modification:
The main problem I'm encountering is the alignment of the original pose and the reconstructed one, as you can see below. Any suggestions?
The text was updated successfully, but these errors were encountered: