xucong-zhang / ETH-XGaze

Official implementation of ETH-XGaze dataset baseline
185 stars 33 forks source link

trying to use other images to test #13

Open nalibjchn opened 3 years ago

nalibjchn commented 3 years ago

Hello Xucong Zhang,

I am glad to read your paper and code. I am trying to verify whether I can user your pre-trained model on my own dataset. But one problem is I do not have camera information (xml file). I am wondering if that will influence the quality of output.

I am looking for your feedback.

xucong-zhang commented 3 years ago

Hi,

I am sorry for the late reply.

The camera information affects the image cropping during the data normalization. However, you can change the "focal_norm" or "distance_norm" to get the face/eye image you want to have.

Regards, Xucong