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

Question about pants and skirts #1

Closed
baoqiancherry opened this issue Apr 26, 2021 · 2 comments
Closed

Question about pants and skirts #1

baoqiancherry opened this issue Apr 26, 2021 · 2 comments

Comments

@baoqiancherry
Copy link

baoqiancherry commented Apr 26, 2021

Hi!

Thanks for your amazing work.
I am trying to display the dressed-mesh results with various pose and shape parameters instead of the T-pose.
It works fine for the upper clothes, hair, and shoes. However, for pants and skirts, it seems that they are upside down (second row in the Figure below). I don't know how to solve it.

pants and skirts

I just change the following code in example.py,
pants_Z = np.zeros(18)
Zs = [pants_Z]
meshes = SMPLicit_layer.reconstruct(model_ids=[1], Zs=Zs,pose=loaded_pose,beta=loaded_shape)

Thanks!

@enriccorona
Copy link
Owner

Hi, thanks for posting the issue.
There was a problem when posing lower clothes that should now work if you use the latest version. With this it works for me with these pants on a random posed human:

image

@baoqiancherry
Copy link
Author

Works great now.
Thanks for the quick response.

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