1adrianb / face-alignment

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

Landmark localization on 2d face images using 3d models #118

Closed ddfabbro closed 5 years ago

ddfabbro commented 5 years ago

I started reading your paper and watched your demo video over youtube.

However, at 1:04, the alignment network is able to detect the landmarks of the presenters, but not the picture in the background.

I'm curious, why isn't the model detecting landmarks on 2d face images?

Anyways, the results are very impressive, thanks for sharing.

1adrianb commented 5 years ago

Hi @ddfabbro, Thanks a lot! Its simple because by mistake I have ignored the face when plotting. There is no reason for it now to work on that particular face. Please note however, that the demo was also produced a bit differently: a detector was run only on the first frame and the subsequent ones were simply initialised from the previous alignment.