1adrianb / face-alignment

:fire: 2D and 3D Face alignment library build using pytorch
https://www.adrianbulat.com
BSD 3-Clause "New" or "Revised" License
6.88k stars 1.33k forks source link

Does it work on drawn faces? #305

Closed skol101 closed 2 years ago

skol101 commented 2 years ago

Wonder if the model detects alignment of drawn face or can be fine-tuned to do so?

1adrianb commented 2 years ago

Sorry for delay, it can be finetuned to work on them if data is available. As it is, without finetuning it will perform poorly on such images.

skol101 commented 1 year ago

I'm sorry -- how can the model be finetuned? Would you provide training instructions?