Towards End-to-end Video-based Eye Tracking
![](https://www.deeplearningdaily.com/wp-content/uploads/2021/08/towards-end-to-end-video-based-eye-tracking_61071cb898e2b-375x210.png)
The code accompanying our ECCV 2020 publication and dataset, EVE.
Authors: Seonwook Park, Emre Aksan, Xucong Zhang, and Otmar Hilliges
Project page: https://ait.ethz.ch/projects/2020/EVE/
Codalab (test set evaluation and public leaderboard): https://competitions.codalab.org/competitions/28954
Setup
Preferably, setup a Docker image or virtual environment (virtualenvwrapper is recommended) for this repository. Please note that we have tested this code-base in the following environments:
- Ubuntu 18.04 / A Linux-based cluster system (CentOS 7.8)
- Python 3.6 / Python 3.7
- PyTorch 1.5.1
Clone this repository somewhere with:
git clone [email protected]:swook/EVE
cd EVE/
Then from the base directory of this repository, install all dependencies with:
pip install -r requirements.txt
Please note the PyTorch official installation guide for setting up the torch
and torchvision
packages on your specific system.
You