├── LICENSE ├── README.md ├── gaze-estimation.py ├── models.lst ├── requirements.in └── resources └── gaze.gif /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yas-sim/gaze-estimation-with-laser-sparking/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yas-sim/gaze-estimation-with-laser-sparking/HEAD/README.md -------------------------------------------------------------------------------- /gaze-estimation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yas-sim/gaze-estimation-with-laser-sparking/HEAD/gaze-estimation.py -------------------------------------------------------------------------------- /models.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yas-sim/gaze-estimation-with-laser-sparking/HEAD/models.lst -------------------------------------------------------------------------------- /requirements.in: -------------------------------------------------------------------------------- 1 | numpy 2 | scipy 3 | opencv-python 4 | -------------------------------------------------------------------------------- /resources/gaze.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yas-sim/gaze-estimation-with-laser-sparking/HEAD/resources/gaze.gif --------------------------------------------------------------------------------