YuvalNirkin / fsgan

FSGAN - Official PyTorch Implementation
https://nirkin.com/fsgan
Creative Commons Zero v1.0 Universal
749 stars 147 forks source link

Questions about interpolating facial landmarks #145

Open DaddyJin opened 3 years ago

DaddyJin commented 3 years ago

Hi, thanks for the great work! In paper Section 3.2, you mention that "We generate intermediate 2D landmark positions p_j by interpolating between e_s and e_t." I want to know where the code of interpolating facial landmarks locates. It would really helps me a lot. Thank you in advance.