hysts / pytorch_mpiigaze

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

Some doubts about denormalize #68

Open xiakela opened 8 months ago

xiakela commented 8 months ago

In the paper MPIIGaze: Real-World Dataset and Deep Appearance-Based Gaze Estimation, I find the g_n = M @ g_r, and the conversion matrix M = S @ R。 but in the denormalize process, it seems to use the R not the M to denormalize. Did I understand something wrong? 1 2