Evaluating pck
amin-asdzdh opened this issue · 1 comments
amin-asdzdh commented
When evaluating the PCK using the following function:
Lines 213 to 244 in f4a8174
Why does the x_coordinate gets divided by the height and the y_coordinate by the width? Shouldn't it be the other way around?
Thanks
stefanopini commented
Hi! I've checked it and I think you're right.
This code is derived from here and the same code is found also here and they may both contain the same issue.
I've raised your question in microsoft/human-pose-estimation.pytorch#144 to have another check on this. I'll keep you posted.