expose icon indicating copy to clipboard operation
expose copied to clipboard

Calculating point-to-surface (p2s) distance

Open penincillin opened this issue 5 years ago • 3 comments

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 !

penincillin avatar Oct 24 '20 09:10 penincillin

Oh, I've find them in the code.

penincillin avatar Oct 24 '20 09:10 penincillin

@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.

vchoutas avatar Oct 28 '20 09:10 vchoutas

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.!

booker-max avatar Mar 13 '21 01:03 booker-max