How to calculate the result PCK@0.05?
Drow999 opened this issue · 8 comments
Hello Docter Zuffi,
I read the paper and want to test your network on another testset, but I'm not sure how you process the result, because in your annotation there are many invisible points. Did you ignore the invisible points when you compare them with the estimation points? Also, how did you calculate the total average of the PCK. Is it a simple average of all bodyparts? I think the average will be greatly lowered because there are some bodyparts always invisible (like left shoulder, you made all zebra towards right). By the way, the PCK you chose is the PCK head? Thank you!
Best,
Le
I understand the first question now. And, I mean in the test dataset (100 images) you used, the zebras are all towards the right, aren't they? And the PCK you used here is the PCKh? In Benjamin Biggs work which is similar to yours, he used the size of the image as the factor but not the head. It made me quite confused.
so you didn't use zebra's head but the image size as the scalar, is that right? This part is really confusing, could you tell me why you choose to resize the image before you predict the keypoints? Will you have a better result on a smaller image?
Best,
Le
Thank you so much for your explanation!