alternative to dlib for face alignment
Closed this issue · 3 comments
AK391 commented
dlib is very slow to build, possible to use a alternative like from here https://github.com/happy-jihye/FFHQ-Alignment, for example https://github.com/happy-jihye/FFHQ-Alignment/blob/master/FFHQ-Alignmnet/ffhq-align.py
more example usage here: https://github.com/happy-jihye/FFHQ-Alignment/blob/master/FFHQ-Alignmnet/FFHQ-Alignment.ipynb
mchong6 commented
Thanks for the suggestion. I will have to experiment a little to see if it is as robust as dlib which works pretty consistently across face and anime images :)
AK391 commented
@mchong6 great, also see https://github.com/xinntao/facexlib, it is used in gfpgan https://github.com/TencentARC/GFPGAN
AK391 commented
closing this for now