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

A-pose garments? #6

Closed
ligengen opened this issue Aug 24, 2023 · 3 comments
Closed

A-pose garments? #6

ligengen opened this issue Aug 24, 2023 · 3 comments

Comments

@ligengen
Copy link

ligengen commented Aug 24, 2023

Hi, thanks for the work! I am wondering if your work can be used for other datasets, e.g. BEDLAM, where the rest poses of all clothes are in A-pose. I tried to modify smplx_v_rest_pose when adding garments into dict but without luck (but it seems that the upper part looks alright): Anything else I need to change? Thanks a lot!

Screenshot 2023-08-25 at 03 46 29
@Dolorousrtur
Copy link
Owner

The code initializes the garment geometry for the first 2 frames with LBS using the canonical SMPL body.
In your case, you would need to initialize the garment geometry from an existing mesh in the A-pose and not rely on LBS.

I hope to add the functionality to start inference from arbitrary poses without LBS next week if I have time.

@ligengen
Copy link
Author

To whom it may concern: you need to multiply an inverse matrix (zero-pose to A-pose transformation) here and also use correct pose_offsets

@JPPPPPF
Copy link

JPPPPPF commented Mar 25, 2024

Hello @ligengen , would you mind sharing the code changes you did please?

This issue was closed.
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

3 participants