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

kernel size of gaussian_blur #28

Closed xiguadong closed 3 years ago

xiguadong commented 3 years ago

hi,thanks for your wonderful work. But I still have one question. The kernel size of gaussian_blur for output map is set to 11 that differs from the one of gt map,which is 1-3. And in paper ,it said "Specifically, to match the requirement of our method we propose exploiting a Gaussian kernel K with the same variation as the training data to smooth out the effects of multiple peaks in the heatmap h"

so , how to set the kernel size ? tks

xizero00 commented 3 years ago

Hi, you can see #22