DeokyunKim / Progressive-Face-Super-Resolution

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

Extracting Landamrks Heatmaps ? #5

Open JauB1981 opened 4 years ago

JauB1981 commented 4 years ago

Hi Can we utilize this Network to extract Landmarks Heatmaps ? By extracting I mean : saving Landmarks Heatmps as images so I can use them for other purposes. Many Thanks.

DeokyunKim commented 4 years ago

We utilize the distilled face alignment network (FAN) to extract facial landmark heatmap in a relatively small amount of time. You should follow state-of-the-art FAN we utilized. If you want to utilized distilled FAN (ours), please refer to the paper. Note that we are trying to upload full code include training and distillation FAN.

ALLinLLM commented 3 years ago

Thanks for great work on face SR, waiting with hope