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

some question about the code #35

Closed jxncyym closed 2 years ago

jxncyym commented 2 years ago

@erkil1452 hello, Recently, I'm viewing your code, there are some doubts, which are lined with red: image

I don't know why the predicted value need use nn.Tanh, and one mutiply math.pi, while another mutiply math.pi/2; I also don't know what's mean of [:,3,:]

erkil1452 commented 2 years ago
jxncyym commented 2 years ago

thank you!