-
Notifications
You must be signed in to change notification settings - Fork 19
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
Inaccurate Results When Running Demo on Images #13
Comments
I think there might be some issues with the renderer. Can you paste the output of |
absl-py 2.1.0 |
I encountered the same problem but was able to solve it. Although the model correctly predicts the SMPL parameters, the problem arises during the rotation of the vertices and faces. We apply a 180-degree rotation matrix along the x-axis to the mesh I modified the code accordingly, and this resolved the issue. However, I still don't fully understand why the problem occurred in the first place. |
I have successfully set up and run the demo for image as per the provided documentation. However, the output I'm getting is not accurate. Could you please assist in resolving this issue?
The text was updated successfully, but these errors were encountered: