Engineering-Course / LIP_JPPNet

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

input output size #31

Closed zhly0 closed 6 years ago

zhly0 commented 6 years ago

Hi,Engineering-Course: reading your code,I found that your code has no upsample module,your input size is 384x384,and output size is 48x48,then resize the 48x48 parsing result to the resize we want,am I right? Thanks!