eververas / 3DGazeNet

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

Intended Results #1

Closed Inferencer closed 6 months ago

Inferencer commented 6 months ago

To be clear is this a new approach to the paper GazeDirector which is used for gaze manipulation or is this just gaze tracking?

eververas commented 6 months ago

Hello,

Our work is about gaze tracking. Instead of only predicting the gaze direction vector as is commonly done, we also regress the 3D coordinates of the eyes which benefits accuracy.

GazeDirector is based on parametric models of the eyes and face and does gaze tracking using optimisation of the shape and texture. Our method performs gaze tracking using direct 3D coordinate regression.