Calculating point-to-surface (p2s) distance
Hi,
Thanks for sharing this wonderful code.
I have a question about how to calculate the point-to-surface (p2s) error used in Table 3.
Would you mind give me some clues on this ?
Thanks !
Oh, I've find them in the code.
@penincillin The code in the repo only has the vertex-to-vertex error computation. For the point-to-surface metric, we first do a rigid alignment between the ground truth and estimated mesh and then compute the distance between every vertex on the ground truth mesh to the surface of the estimated mesh. Here by ground truth mesh I mean the SMPL-X registration. Unfortunately, the code for this is not public, I'll try to see how we can release this.
Do you have the training code for this paper? Can you share it with me? This is my email address [email protected],Thank you very much.!