All Projects → iitmcvg → Eye Gaze

iitmcvg / Eye Gaze

Licence: mit
Repository for Eye Gaze Detection and Tracking

Projects that are alternatives of or similar to Eye Gaze

Probabilistic robotics
solution of exercises of the book "probabilistic robotics"
Stars: ✭ 734 (+296.76%)
Mutual labels:  kalman-filter
Kvae
Kalman Variational Auto-Encoder
Stars: ✭ 115 (-37.84%)
Mutual labels:  kalman-filter
Venom
All Terrain Autonomous Quadruped
Stars: ✭ 145 (-21.62%)
Mutual labels:  kalman-filter
Extended Kalman Filter
Udacity Self-Driving Car Engineer Nanodegree. Project: Extended Kalman Filters
Stars: ✭ 27 (-85.41%)
Mutual labels:  kalman-filter
Simdkalman
Python Kalman filters vectorized as Single Instruction, Multiple Data
Stars: ✭ 105 (-43.24%)
Mutual labels:  kalman-filter
Bayesiantracker
Bayesian multi-object tracking
Stars: ✭ 121 (-34.59%)
Mutual labels:  kalman-filter
Robotics Toolbox Matlab
Robotics Toolbox for MATLAB
Stars: ✭ 601 (+224.86%)
Mutual labels:  kalman-filter
Fusion Ukf
An unscented Kalman Filter implementation for fusing lidar and radar sensor measurements.
Stars: ✭ 162 (-12.43%)
Mutual labels:  kalman-filter
Multitarget Tracker
Multiple Object Tracker, Based on Hungarian algorithm + Kalman filter.
Stars: ✭ 1,621 (+776.22%)
Mutual labels:  kalman-filter
Alphatrading
An workflow in factor-based equity trading, including factor analysis and factor modeling. For well-established factor models, I implement APT model, BARRA's risk model and dynamic multi-factor model in this project.
Stars: ✭ 144 (-22.16%)
Mutual labels:  kalman-filter
Tsanalysis.jl
This package includes basic tools for time series analysis, compatible with incomplete data.
Stars: ✭ 56 (-69.73%)
Mutual labels:  kalman-filter
Quant
Codera Quant is a Java framework for algorithmic trading strategies development, execution and backtesting via Interactive Brokers TWS API or other brokers API
Stars: ✭ 104 (-43.78%)
Mutual labels:  kalman-filter
Particles
Sequential Monte Carlo in python
Stars: ✭ 135 (-27.03%)
Mutual labels:  kalman-filter
Norfair
Lightweight Python library for adding real-time 2D object tracking to any detector.
Stars: ✭ 933 (+404.32%)
Mutual labels:  kalman-filter
Self Driving Car
Udacity Self-Driving Car Engineer Nanodegree projects.
Stars: ✭ 2,103 (+1036.76%)
Mutual labels:  kalman-filter
Kalman
Some Python Implementations of the Kalman Filter
Stars: ✭ 619 (+234.59%)
Mutual labels:  kalman-filter
Statespacemodels.jl
StateSpaceModels.jl is a Julia package for time-series analysis using state-space models.
Stars: ✭ 116 (-37.3%)
Mutual labels:  kalman-filter
Motpy
Library for tracking-by-detection multi object tracking implemented in python
Stars: ✭ 153 (-17.3%)
Mutual labels:  kalman-filter
Kalman Filter
Kalman Filter implementation in Python using Numpy only in 30 lines.
Stars: ✭ 161 (-12.97%)
Mutual labels:  kalman-filter
Nanonets object tracking
Stars: ✭ 134 (-27.57%)
Mutual labels:  kalman-filter

eye-gaze

Repositiory for Eye Gaze Detection and Tracking

We have implemented an Eye Gaze tracking system ( currently in Beta version ) using a series of algorithms. It computes the following :

  • Pupil detection

  • Facial Normal

  • Gaze direction

To have a look into how we did it, just clone the repository and checkout v1.0.

$ cd eye-gaze
$ git checkout tags/v1.0
$ make

Or you can download eye-gaze v1.0 directly from releases.

For a trial,

$ cd eye-gaze
$ ./bin/oic

Dependencies

  • OpenCV ( used 2.4.9 )

Sample outputs





References

Head-pose estimation

1.Michael Sapienza and Kenneth P. Camilleri - “Fasthpe: A recipe for quick head pose estimation”

2.Michael Sapienza - “Head Motion Tracking and Pose Estimation in the Six Degrees of Freedom”

3.Roberto Valenti, Nicu Sebe , and Theo Gevers - “Combining Head Pose and Eye Location Information for Gaze Estimation”

4.Xuehan Xiong ,Fernando De la Torre - “Supervised Descent Method and its Applications to Face Alignment”

5.Hiyam Hatem , Zou Beiji , Raed Majeed , Jumana Waleed Mohammed Lutf - “Head Pose Estimation Based On Detecting Facial Features “

6.Oliver Jesorsky, Klaus J. Kirchberg, and Robert W. Frischholz - “Robust Face Detection”

Pupil localisation

1.Fabian Timm and Erhardt Barth - “ACCURATE EYE CENTRE LOCALISATION BY MEANS OF GRADIENTS”

2.Tom Heyman , Vincent Spruyt , Alessandro Ledda - 3D Face “Tracking and Gaze Estimation Using a Monocular Camera”

3.Luke Allen and Adam Jensen - “Webcam-based Gaze Estimation”

4.Jian-Gang Wang , Eric Sung , Ronda Venkateswarlu - ”Eye Gaze Estimation from a Single Image of One Eye”

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].