hysts / pytorch_mpiigaze

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

`gaze = convert_gaze(right_gazes[day][index]) * np.array([-1, 1])` in preprocess_data? #2

Closed flint-xf-fan closed 6 years ago

flint-xf-fan commented 6 years ago

Thank you for the work.

May I ask why for right_eye images, we need to make the theta negative for both gaze and pose by * np.array([-1, 1])?