hysts / pytorch_mpiigaze

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

are raw, pitch and phi and theta are same #3

Closed utkarshvadar closed 5 years ago

utkarshvadar commented 5 years ago

are raw, pitch and phi, theta are same. and how can we convert the estimated gaze_vec(raw and pitch) to screen coordinates

hysts commented 5 years ago

Yes, yaw and pitch are same as phi and theta. You can compute 3D gaze direction vector from yaw and pitch. See https://stackoverflow.com/questions/1568568/how-to-convert-euler-angles-to-directional-vector.