How to make the GT offset maps?
Hello,could you tell me how to compute the GT offset maps because I couldn't understand when you form the regression loss,the predict is the local offset while the GT is seems the global offset.Thank you very much.
And what the center heatmap means?Is all the keypoints in an image?Thanks!!!
Hi, you can find the construction of GT offset map in the lib/dataset/target_generators/target_generators.py. The center heatmap is to find the center points of each person in the image.
Hi, you can find the construction of GT offset map in the lib/dataset/target_generators/target_generators.py. The center heatmap is to find the center points of each person in the image.
thanks , bro