The implementation of Arxiv paper for gaze estimation task.
-
Download the dataset and put it under
data/
-
Download eyes3d.pkl and put it under
assets/
-
Download pretrained checkpoint and put it under
assets/
-
Install libraries:
pip install timm pytorch-lightning==1.8.1 albumentations==1.3.0
After downloading the pre-trained checkpoint above,
python test_gaze.py assets/latest_a.ckpt
python trainer_gaze.py