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

About v_template in checkpoint #46

Open
dldaisy opened this issue May 19, 2021 · 1 comment
Open

About v_template in checkpoint #46

dldaisy opened this issue May 19, 2021 · 1 comment

Comments

@dldaisy
Copy link

dldaisy commented May 19, 2021

Hi,
I'm trying to recover a smplx model from the saved params output by ExPose and overlay it on the original image.
However, I noticed that there is a shift from the rendered image and the original people.
After checking the code, I find that this problem is caused by the 'v_template' field loaded from checkpoint. To be specific, the 'v_template' in SMPLX_NEUTRAL.pkl is a bit different from that in the checkpoint file. (name of v_template in checkpoint is smplx.body_model.v_template).
Thus, I want to ask about the reason why the difference exists. Thanks a lot!

@AndresCasado
Copy link

I've been struggling to reproduce the rendered images and after debugging I've just found this too. My guess is that the checkpoint used an older version of SMPL-X and, after updating SMPL-X, the data attached to ExPose got outdated.

It would be good to have an explanation or a fix so the results can be fully reproducible. Sorry for the mention, @vchoutas, but can you provide info about this? Thanks.

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

2 participants