chenyilun95 / tf-cpn

Cascaded Pyramid Network for Multi-Person Pose Estimation (CVPR 2018)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About coordination recovery

weleen opened this issue · comments

when do coordination recovery from the predicted heatmaps, i notice that the result add 2 in x-axis and y-axis, why do this to the coordination? Is this due to the misalignment in prediction?

cls_skeleton[test_image_id, w, :2] = (x * 4 + 2, y * 4 + 2)

Yes. While training, we set the gt coordinate is ([x/4], [y/4]).