Engineering-Course / LIP_JPPNet

Code repository for Joint Body Parsing & Pose Estimation Network, T-PAMI 2018
MIT License
341 stars 87 forks source link

There is no upsample module? #33

Closed zhly0 closed 6 years ago

zhly0 commented 6 years ago

Hi,Engineering-Course: Reading your code,I found that there is no upsample module in the human paring part,your input size is 384x384,and downsample the input all the way to 48x48,then 48x48 is the output size of the model,and we can resize the 48x48 output image to the size we want.Am I right? Thanks.

Engineering-Course commented 6 years ago

Yes

zhly0 commented 6 years ago

Thanks!