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

Flip test shifting? #23

Closed fourierer closed 3 years ago

fourierer commented 3 years ago

Sorry to bother you, I have a little question. In HRNet or SimpleBaseline, flip strategy is often used in test process, there is often 1 pixel shifting in flip output. But in your code, I didn't fine the shifting process, could you tell me the reason? 1

hbin-ac commented 3 years ago

DARK uses unbiased heatmap encoding, this process involves unbiased data processing. So there is no error and no manual shifting is required.

fourierer commented 3 years ago

Thank you so much for your reply~