eververas / 3DGazeNet

Official repo of the paper 3DGazeNet: Generalizing Gaze Estimation with Weak-Supervision from Synthetic Views
https://arxiv.org/abs/2212.02997
44 stars 4 forks source link

About 3D mesh of the face in 3DGazeNet #7

Open Echo-jyt opened 3 months ago

Echo-jyt commented 3 months ago

Hello, thanks for your great work. I am very interested in the gaze tracking task, but I am a newbie. I would like to ask if the code can output the entire 3D mesh of the face, including the eyeballs, as mentioned in the paper "Aligned Eyeballs on 3D Face".

eververas commented 2 months ago

Hello. The model only produces meshes for the eyes. If you need meshes for the face you will need to use an additional model such as RetinaFace https://github.com/deepinsight/insightface.