Ahmednull / L2CS-Net

The official PyTorch implementation of L2CS-Net for gaze estimation and tracking
MIT License
342 stars 81 forks source link

Is the pitch and yaw measured by your L2CS model in radians for gaze images? #24

Open Leon-Brant opened 1 year ago

Leon-Brant commented 1 year ago

Is the pitch and yaw measured by your L2CS model in radians for gaze images? I tried to use your L2CS model to detect the gaze Angle of offline images, and I found that the detection results of pitch and yaw were both 0.xxx. I guess they are radian values, but I am not sure whether they are correct. Can you add more details on the results value at your leisure? Thanks a lot!