hysts / pytorch_mpiigaze_demo

Gaze estimation using MPIIGaze and MPIIFaceGaze
MIT License
290 stars 66 forks source link

Face Model #33

Closed enzoturletti closed 1 year ago

enzoturletti commented 1 year ago

Hello, first of all, great work in this application. It is possible to know the paper or the documentation where the face model is defined? (3D face model for Multi-PIE 68 points mark-up). I cant find it.

hysts commented 1 year ago

Hi, @enzoturletti I think this dataset is relevant, but I don't remember how I obtained the 3D landmark points. I should have kept the code and data, but they are lost. I think you can use this library to create one by applying the model to a lot of images, aligning detected face landmarks and averaging them.