-
Notifications
You must be signed in to change notification settings - Fork 25
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
weird geometry & texture on leg #14
Comments
Yes, this can happen when SMPL-X estimates are inaccurate. You can try passing a extra loss mask to mask out all the normal regularization loss and reconstruction losses in the incorrect area, in this part of the code Lines 242 to 246 in 5efe7d6
|
The SMPL-X pose estimation method (PIXIE) we use often encounter such problem, you can try to replace the smplx estimation with Pymaf-x or other more advanced methods |
@huangyangyi @Subin-Kim46 @ZunDuJiaDu The issue of bending legs get resolved finally, please check out tricks.md/bending-legs. |
Great work! Thank you Yuliang👍 |
Anyone met the same weird geometry and texture on the leg?
I guess this is caused by the mismatch of SMPLX model and provided images. Do you have suggestions?
The text was updated successfully, but these errors were encountered: