Ahmednull / L2CS-Net

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

demo.py yaw and pitch #9

Closed enzoturletti closed 2 years ago

enzoturletti commented 2 years ago

Hello, I need to convert yaw and pitch to target in the screen. It is possible with this demo? Any suggestion is welcome

Ahmednull commented 2 years ago

We already did this in the demo.py file using draw_gaze() method at this line https://github.com/Ahmednull/L2CS-Net/blob/9c36383deba3322c6c4742fce4d936f4412f8a97/demo.py#L151

It takes the gaze angles pitch and yaw and convert them into pixel location in the screen.