You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to flip the smpl_x model, given BEDLAM images, smpl_x parameters, and camera parameters.
(1) This is the original image and the rendered smpl_x model.
(2) When I flipped the mesh, the elbow was not flipped properly as follows.
One thing to consider in SMPLX body model is that it is not perfectly symmetrical. Meaning that horizontal flip in poses do not correspond to the perfect horizontal flip of the body mesh. This is because joint locations (ex. left elbow-right elbow) are not perfectly symmetrical
Hi.
Thank you very much for your smplx model.
I'm trying to flip the smpl_x model, given BEDLAM images, smpl_x parameters, and camera parameters.
(1) This is the original image and the rendered smpl_x model.
(2) When I flipped the mesh, the elbow was not flipped properly as follows.
I assume that the joint position of elbows (pivot for rotation) does not seem to be aligned as the following image, if the joints are correctly visualized:
https://user-images.githubusercontent.com/82434566/114505402-4bad1480-9c6b-11eb-81b6-f384df4eeb2f.png
You can find the elbow joints (18,19) do not seem to be aligned each other unlike SMPL.
The pairs of flipping index are as follows:
How can I correctly flip the mesh with smpl_x parameters?
The text was updated successfully, but these errors were encountered: