erkil1452 / gaze360

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

Location of stored coordinates #1

Closed nshreyasvi closed 4 years ago

nshreyasvi commented 4 years ago

Hello, I tried out the google colaboratory version of gaze estimation but was not sure where the coordinates for the arrow pointing in direction of gaze are stored using which, it is later on plotted.

erkil1452 commented 4 years ago

Hi, the [x,y,z] gaze vector is stored in the gaze variable towards the end of the page ("gaze = gaze.reshape((-1))").