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

How to create kps.pkl and pose_shape.pkl #49

Open
sondv2 opened this issue Dec 6, 2019 · 6 comments
Open

How to create kps.pkl and pose_shape.pkl #49

sondv2 opened this issue Dec 6, 2019 · 6 comments

Comments

@sondv2
Copy link

sondv2 commented Dec 6, 2019

How do you generate this file ?

Thanks

@darkAlert
Copy link

pose_shape.pkl is a SMPL-model
You can get it using HMR/VIBE

@AmberCheng
Copy link

AmberCheng commented Sep 14, 2020

pose_shape.pkl is a SMPL-model
You can get it using HMR/VIBE

hi, I wonder have you ever tried VIBE. I am confused when I use the VIBE result, then I generate images with the source person rotating up and down. I wonder do you have any idea about it.

@piaozhx
Copy link
Member

piaozhx commented Sep 15, 2020

@AmberCheng Hi, could you provide some examples about this problem (VIBE data or synthesis results)?

@AmberCheng
Copy link

@AmberCheng Hi, could you provide some examples about this problem (VIBE data or synthesis results)?

I just use the demo result of VIBE which I have attached. I just use the inference_from_smpl function. I am not sure is there any problem with my usage.
One more, I tried to replace one more parameter verts, the result is without spinning, but it is not good that some frames don't contain the whole body.

I find that the video I generated trembled, is there could be any improvement with the HMR network(maybe it doesn't detect the human mesh precisely enough)?

Looking for your reply~

vibe_output.pkl.zip

@piaozhx
Copy link
Member

piaozhx commented Sep 26, 2020

@AmberCheng Hi, I try to open this pkl file but it seems to be broken

ValueError: unregistered extension code 30855

and as your description, you have tried HMR and VIBE to extract SMPL parameters, and HMR results were not good but the synthesis result is "normal", but parameters from VIBE had wrong rotation(rotating up and down).

actually I have nerver used VIBE so I do not know whether the definition between HMR and VIBE are same or not, but I think they can transfer to each other

@AmberCheng
Copy link

@AmberCheng Hi, I try to open this pkl file but it seems to be broken

ValueError: unregistered extension code 30855

and as your description, you have tried HMR and VIBE to extract SMPL parameters, and HMR results were not good but the synthesis result is "normal", but parameters from VIBE had wrong rotation(rotating up and down).

actually I have never used VIBE so I do not know whether the definition between HMR and VIBE are same or not, but I think they can transfer to each other

@piaozhx Thanks for your replay. Actually, I have solved this problem recently. HMR and VIBE are using different render methods. VIBE uses 4 dimension params for the original camera params which different from the HMR. So when I only use the VIBE pose parameters, it works but as the difference between camera parameters, it seems like the person suddenly far suddenly near. I think there may be something that needs to do with the camera parameters.

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

4 participants