jin-s13 / COCO-WholeBody

ECCV2020 paper "Whole-Body Human Pose Estimation in the Wild"
767 stars 73 forks source link

Calculating Sigmas #44

Closed nomaad42 closed 1 year ago

nomaad42 commented 1 year ago

Thank you very much for your repo!

How do you calculate the sigmas for each keypoint?

jin-s13 commented 1 year ago

We ask 3 different annotators to annotate the same images, and calculate the standard deviation. Please refer to our paper for more details.

nomaad42 commented 1 year ago

@jin-s13

Thank you for your response!