hysts / pytorch_mpiigaze

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

about normalized_camera_matrix #14

Closed huxian0402 closed 4 years ago

huxian0402 commented 4 years ago

I have get a good result by following your project. And I have a problem about, how to cal the normalized_camera_matrix as given in your code? @hysts Thank you!

hysts commented 4 years ago

Hi, @huxian0402

The normalized camera matrix is not something you can get by computation but something you define. See section 4.2 in the paper.

BTW, glad to hear your project is going well. :)

huxian0402 commented 4 years ago

Yes, the normalized matrix in your paper is the same as what is described in section 4.2 in the paper. Thanks, you help me a lot. @hysts