From 31477a0028ca78155d7a8d977281db7eed74d411 Mon Sep 17 00:00:00 2001 From: Mohsen Mansouryar Date: Mon, 13 Jun 2016 12:34:55 +0200 Subject: [PATCH] Update README.md added link to MPI page --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ee386be..cc9feca 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ ### 3D Gaze Estimation from 2D Pupil Positions on Monocular Head-Mounted Eye Trackers **Mohsen Mansouryar, Julian Steil, Yusuke Sugano and Andreas Bulling** -published at ETRA 2016 +published at ETRA 2016. + +For more information regarding this project please visit [here] (http://www.mpi-inf.mpg.de/departments/computer-vision-and-multimodal-computing/research/gaze-based-human-computer-interaction/3d-gaze-estimation-from-2d-pupil-positions-on-monocular-head-mounted-eye-trackers/). + +Here's a brief summary of the scripts: > `python parallax_analysis.py pts` >> plot of calibration and test points. @@ -39,3 +43,6 @@ Mansouryar, Mohsen, et al. "3D Gaze Estimation from 2D Pupil Positions on Monocu * [SciPy](http://www.scipy.org/) – for minimization, statistical and matrix operations as well as plotting * [scikit-learn](http://scikit-learn.org/stable/) – Machine Learning tools in Python * [Processing](https://processing.org/) – for visualizing AR markers + + +