Face detection with CNN

This video shows the comparison between CNN based face detector and OpenCVs Viola-Jones face detector.OpenCVs method works perfectly for frontal upright images, but fails for off plane and in-plane rotations. CNN based detector successfully localizes face even with off plane rotations and partial occlusions.


ESCaF Pupil Tracker

Demo of the eye tracking algorithm.


Foveated rendering using Webcam

Foveated rendering in desktop environment using webcam based gaze tracking.


Webcam GazeTracker v1.0

This video shows a demo of web cam based gaze tracker. The gaze position on the screen is computed using computer vision based methods using an ordinary web cam. It is developed using pygame and opencv library. After an initial calibration stage the system estimates the gaze position which can be used for various purposes.


GazeShooter v1.0

This video shows a shooting game played with the web cam based gaze tracker. The gaze position on the screen is computed using computer vision based methods using an ordinary web cam. The gaze position obtained is used in the shooting game. The game is developed using pygame library. After an initial calibration stage the user can play the game simply by gazing at the bird.


Rotation Invariant Face Detection

Rotation Invariant Face Detection in OpenCV, For details see http://arxiv.org/abs/1505.03352 and http://arxiv.org/abs/1505.03344


Deepdream #deepdream

Video showing images generated from deepdream #deepdream.