eldar / pose-tensorflow

Human Pose estimation with TensorFlow framework
GNU Lesser General Public License v3.0
1.14k stars 384 forks source link

script for measuring PCKh@ and PCP #73

Open monajalal opened 6 years ago

monajalal commented 6 years ago

In the paper you are reporting PCKh@ but I couldn't find the script for it. I just see eval_pck.py how can I modify that script so that it measures PCKh@ ? Also, I am interested in measuring PCP (percentage of correct parts). So do you have a rough idea or ready script that can do so?