keras_Realtime_Multi-Person_Pose_Estimation icon indicating copy to clipboard operation
keras_Realtime_Multi-Person_Pose_Estimation copied to clipboard

Evaluate results using PCK metric

Open MinaGhadimi opened this issue 7 years ago • 2 comments

Hi Thank you for reading my question!

As I noticed during reading your code, there is no code to evaluate results and calculate accuracy, is that true? As I read in the paper, PCK metric is used to check if a detection is true or not. In PCK metric, height and width of bounding boxes of parts are needed. How can I find these?

Thank You.

MinaGhadimi avatar Feb 18 '18 09:02 MinaGhadimi

Hi @MinaGhadimi This code doesn't contain PCK metric. Check out the original code https://github.com/ZheC/Realtime_Multi-Person_Pose_Estimation/blob/master/testing/evalCOCO.m

michalfaber avatar Feb 19 '18 05:02 michalfaber

Thank You.

MinaGhadimi avatar Feb 19 '18 15:02 MinaGhadimi