Skip to content

Latest commit

 

History

History
56 lines (42 loc) · 1.39 KB

README.md

File metadata and controls

56 lines (42 loc) · 1.39 KB

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}
}