otaheri / GRAB

GRAB: A Dataset of Whole-Body Human Grasping of Objects
https://grab.is.tue.mpg.de
Other
266 stars 28 forks source link

Incorrect Hand-Object Contact #16

Closed zhangy76 closed 8 months ago

zhangy76 commented 8 months ago

Hi,

Thank you for sharing the great work! When visualizing the data, I obtain incorrect hand-oject contacts as the examples shown below: 1 2

The hand and object mesh are obtained from the MANO hand data (pose, shape, global rotation, translation) and object data (object template, object global rotation, translation). I wonder if there are errors in my visualization process or the data can include these errors?

Yufei

zhangy76 commented 8 months ago

There are some problems with my visualization process. Closs the issue.

bb0928 commented 3 weeks ago

i encountered similar issue. could you share about how you solved it? thanks

CENHM commented 1 week ago

i encountered similar issue. could you share about how you solved it? thanks

So do I. Have you solve this problem?

zhangy76 commented 1 week ago

sorry it seems I solved the issue but I forgot what I have done

CENHM commented 1 week ago

sorry it seems I solved the issue but I forgot what I have done

That's sad😢but thanks for your reply

bb0928 commented 1 week ago

sorry it seems I solved the issue but I forgot what I have done

That's sad😢but thanks for your reply

hi i've solved this issue. I applied the translation and rotation matrix directly to the vertices of the object(rigid body), rather than applying the matrix to a center of the rigid body. I think it is because the "center" is inaccurate.

CENHM commented 5 days ago

sorry it seems I solved the issue but I forgot what I have done

That's sad😢but thanks for your reply

hi i've solved this issue. I applied the translation and rotation matrix directly to the vertices of the object(rigid body), rather than applying the matrix to a center of the rigid body. I think it is because the "center" is inaccurate.

That's it! Thanks!