bearpaw / PyraNet

Code for "Learning Feature Pyramids for Human Pose Estimation" (ICCV 2017)
Apache License 2.0
221 stars 58 forks source link

Aboat six-pyramid test problem? #22

Open zouxuelian opened 3 years ago

zouxuelian commented 3 years ago

When testing the six pyramids, you need to first change the 64 64 size of the heat map into 256 256, and then change it into the original size, such as 720 1280. If so, why do you need to go through 256 256, and in the process of transformation, does the center need to change according to the same scaling factor?