murdockhou / Single-Stage-Multi-person-Pose-Machines

A tensorlfow implementation about arxiv paper "Single-Stage Multi-Person Pose Machines" (SPM)
129 stars 18 forks source link

about draw_ttfnet_gaussian function #7

Closed thancaocuong closed 4 years ago

thancaocuong commented 4 years ago

Hi, I'm very confused about this function. Can you tell me about formular of this function? thank you

murdockhou commented 4 years ago

@thancaocuong , It's a way to create gaussian heatmap, refer this paper, you can find more detail info in Gaussian Kernels for Training part.

thancaocuong commented 4 years ago

Thank you @murdockhou