microsoft / multiview-human-pose-estimation-pytorch

This is an official Pytorch implementation of "Cross View Fusion for 3D Human Pose Estimation, ICCV 2019".
MIT License
544 stars 89 forks source link

About the Joint Detection Rate (JDR) metric of 2D pose estimation accuracy #50

Open XiaobenLi00 opened 2 years ago

XiaobenLi00 commented 2 years ago

In your paper, you used Joint Detection Rate (JDR) to measure the 2D pose estimation accuracy. But as I observe, the JDR metric is very similar to the PCK metric using headsize (a.k.a. PCKh). So I am wondering what is the difference between JDR and PCK. BTW, I didn't see JDR was used earlier than your paper, so it was proposed in your paper for the first time, right? :)