bbonik / facial-landmark-frontalization

Function to frontalize non-frontal 2D facial landmarks generated from the DLIB library
MIT License
20 stars 10 forks source link

Get the front image ? #5

Closed Doanhdz closed 1 year ago

Doanhdz commented 2 years ago

First thanks for your great work ? Can you tell me the way that I can get the front face image instead of landmark ?

bbonik commented 2 years ago

Hi. There is no front face image. The method frontalizes only points and not pixels. Hope that helps.