chenyilun95 / tf-cpn

Cascaded Pyramid Network for Multi-Person Pose Estimation (CVPR 2018)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About last_fm = None

mks0601 opened this issue · comments

Hi, thanks for sharing nice work.
In the create_global_net function of network.py, last_fm is define as None. However, that would prevent upsampling and pixel-wise summation of feature map described in your paper (Fig1).

Which one is correct? The code or Fig1 of paper?

I realized that last_fm is updated in the for loop. I will close this issue.