erkil1452 / gaze360

Code for the Gaze360: Physically Unconstrained Gaze Estimation in the Wild Dataset
http://gaze360.csail.mit.edu
Other
225 stars 42 forks source link

about the data normalization #31

Closed haijing1995 closed 2 years ago

haijing1995 commented 2 years ago

Hi, thanks for your great work, I have some questions about inference on my own data. Like Revisiting data normalization for appearance-based gaze estimation and Learning-by-synthesis for appearance-based 3d gaze estimation , the face image need to be normalized using some matrix, but you mentioned in #30 that you do not do any face normalization. So when I test a new image on a model trained on the face images in Gaze360, I just need to crop the face using the bounding box and feed it into the model?

erkil1452 commented 2 years ago

That is correct. We rely on the CNN to figure out the normalization.