hysts / pytorch_mpiigaze

An unofficial PyTorch implementation of MPIIGaze and MPIIFaceGaze
MIT License
346 stars 85 forks source link

denormalize_gaze_vector #57

Closed fengyanWang closed 2 years ago

fengyanWang commented 2 years ago

Hello, thank you very much for your open source work. Here's a question for you. After I get the output of the model, can I get the real-world line of sight angle value without 3D mapping?

hysts commented 2 years ago

Hi, @fengyanWang I'm not sure what you mean by "without 3D mapping", but denormalize_gaze_vector is definitely needed. Section 4.2 of this paper would help you understand what it does and why it's necessary.