Results 5 comments of Ruicong Liu

Hi, it depends on the image size while pre-training. The size should keep the same between pre-training and adaptation.

Thanks, the pre-models are: https://drive.google.com/file/d/1qgecpBK6oFkcoyqpBO4vTb7P3Rx7Z--m/view?usp=sharing

你好,adapt,py 的'--pics'参数在100,102行输入txtload函数,该参数保证了读入图片的数量。 其次,zip(dataset_target, dataset_source)也可以保证数量一致^_^。

The label conversion follows "MPIIGaze: Real-World Dataset and Deep Appearance-Based Gaze Estimation". Things like "1_A_DS_S_1" are from the raw data. Only "face" and "gaze2d" are used during adaptation.