DeokyunKim / Progressive-Face-Super-Resolution

Official Pytorch Implementation of Progressive Face Super-Resolution (BMVC 2019 Accepted)
260 stars 60 forks source link

FAN heatmap loss problem #18

Open darinshaw312 opened 4 years ago

darinshaw312 commented 4 years ago

Hi, i am curious about the heatmap loss of 64x64 image counterpart, i find the FAN can not directly deal with the 64x64 image to generate the correct 68 point landmark unless the input size is 256x256, did you rescale the 64x64 images to 256x256 resolution? or i take a mistake, thanks