ilovepose / DarkPose

Distribution-Aware Coordinate Representation for Human Pose Estimation
https://ilovepose.github.io/coco
Apache License 2.0
550 stars 80 forks source link

code for 'standard coordinate decoding method' #29

Closed daun-io closed 3 years ago

daun-io commented 3 years ago

Thanks for the great paper, can I get the code for standard coordinate decoding method that you used for Table 1 to reproduce the comparison? image image

xizero00 commented 3 years ago

Hi,@nyanye As for the standard decoding and encoding, you can use the original HRNet repo. https://github.com/leoxiaobin/deep-high-resolution-net.pytorch/ Thanks