melgor / Face-Verification

Framework for Face-Verification
3 stars 0 forks source link

Question: What algorithm did you use for face frontalization? #1

Closed dshahrokhian closed 7 years ago

dshahrokhian commented 7 years ago

I stumbled upon this repository when searching for implementations of face frontalization.

Would you kindly refer to the technique you are using? Is it working?

Thanks, Dani

melgor commented 7 years ago

In this project, I use simple Affine-Projection. Just calculate the Perspective transform. I have also implemented 3D-Frontalization but overall it had lower accuracy,

dshahrokhian commented 7 years ago

@melgor Thank you.