naver / multi-hmr

Pytorch demo code and models for Multi-HMR
Other
209 stars 20 forks source link

About PCOD metric #7

Closed nguyenquivinhquang closed 7 months ago

nguyenquivinhquang commented 7 months ago

Thanks for your wonderful work. I have a quick question:

I have read the paper and see that we use PCOD to evaluate the pelvis depth of each person in the image. How can we calculate this number, and Could you share any repo/code that calculates this metric?

Thank you, Vinh Quang

fabienbaradel commented 7 months ago

Hi @nguyenquivinhquang , thanks for your interest in our work. The orginal definition of the PCOD (percentage of correct ordinal depth) comes from this paper: "SMAP: Single-Shot Multi-Person Absolute 3D Pose Estimation", Zhen et al, CCV'20 . I found a code for computing this metric here. I hope that it helps.

nguyenquivinhquang commented 7 months ago

Thank you very much for this reply. I will close the issues.