mks0601 / PoseFix_RELEASE

Official TensorFlow implementation of "PoseFix: Model-agnostic General Human Pose Refinement Network", CVPR 2019
MIT License
329 stars 64 forks source link

About Fig.5 in your paper #40

Closed Lixiuxiu2020 closed 4 years ago

Lixiuxiu2020 commented 4 years ago

Hi, @mks0601 Is the fifth column 'Heatmap' in Figure 5 from network output or softmax output? Can you explain in detail how to draw 'Heatmap'. No relevant code was found on the project.

mks0601 commented 4 years ago

I guess I got that by applying softmax on the network output.

Lixiuxiu2020 commented 4 years ago

Thank you.