hysts / pytorch_mpiigaze

An unofficial PyTorch implementation of MPIIGaze and MPIIFaceGaze
MIT License
346 stars 85 forks source link

does the output result cotain 3d position of eye? #58

Closed eugeneYz closed 2 years ago

eugeneYz commented 2 years ago

Hi! Can l get the 3d positon of eye or the center of the face?

hysts commented 2 years ago

Hi, @eugeneYz

You can get those values here. If you want to compute them with different definition, you can use the fitted result of the 3D face model stored here. Note that the fitting is done by rigid transformation, so, even if the eyes are closed in the input image, the eyes of the fitted 3D landmarks are not closed.