1chimaruGin / EyeControl

* Control the mouse with eyes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eye Control

Control the mouse with eyes

Total alerts

Language grade: Python

Installation

Clone this repository.

git clone git@github.com:1chimaruGin/EyeControl.git

Create conda env and install opencv, dlib, etc..

conda env create --file env.yml

Install other requirements via pip.

pip install -r requirements.txt

Run

python main.py

References

Citations

@inproceedings{Park2019ICCV,
  author    = {Seonwook Park and Shalini De Mello and Pavlo Molchanov and Umar Iqbal and Otmar Hilliges and Jan Kautz},
  title     = {Few-Shot Adaptive Gaze Estimation},
  year      = {2019},
  booktitle = {International Conference on Computer Vision (ICCV)},
  location  = {Seoul, Korea}
}

About

* Control the mouse with eyes

License:MIT License


Languages

Language:Python 100.0%