Repository navigation

#

pupil-detection

Fast face detection, pupil/eyes localization and facial landmark points detection library in pure Go.

Go
4515
4 个月前

Official implementation of a free pupillometry platform called PupilEXT proposed in the article "PupilEXT: flexible open-source platform for high resolution pupillometry in vision research".

C++
126
1 年前

Robust video-based eye tracking using recursive estimation of pupil characteristics

C++
68
3 年前

Official implementation of the pupillometry system called PupilSense proposed in the article "PupilSense: Detection of Depressive Episodes Through Pupillary Response in the Wild".

Python
59
6 个月前

Real time pupil detection in noisy images

Python
57
2 年前

A keras port of swook/GazeML for pupil, iris and eye-lid detection

Jupyter Notebook
55
5 年前

Detects pupil of the eye from the images/video and create a circle around it.

Python
43
5 年前

The Pupil Detection AI ML program is used to get the co-ordinates of eyes and detect the pupil region. It only works with human face images.

Python
36
2 年前

Official implementation of the affective mobile sensing system called FacePsy proposed in the article "FacePsy: An Open-Source Affective Mobile Sensing System - Analyzing Facial Behavior and Head Gesture for Depression Detection in Naturalistic Settings".

C++
34
6 个月前

This repository contains a robust pupil tracking algorithm that incorporates RANSAC for better outlier rejection during extreme eye blink artifacts

Jupyter Notebook
16
4 年前

React PD-Meter App (measures distance between pupils) with MediaPipe Face Mesh - internship project (2023)

JavaScript
10
2 年前

Open source implementation of the PuRe pupil detector.

9
5 年前

A deep convolutional neural network implementation for tracking eye movements in videos

Python
8
3 个月前

Fast face detection, pupil detection and landmarks for Android without dependencies.

Kotlin
8
4 年前

Tracking gaze in Virtual Reality headsets.

Python
6
4 年前

• This program calculates the attention span of students in online classrooms based on gaze tracking. • Input data from webcam - which after processing into text data using OpenCV & Pupil Detection - is fed into a simple neural network. • Pupil tracking was done using the Tensorflow Object Detection API. • 10 other features were also extracted with the help of simple computer vision techniques by using OpenCV & Dlib library. • Gaze tracking is successful even without requiring to initialize for the first time. • Makes 6 prediction per second. It is faster than many current models since it uses a text based simple neural network rather than a full blown CNN.

Python
5
2 个月前

This repo contains implementation of CNN based regression network for Pupil Center Estimation in smartphones

Python
4
5 年前

The project involves developing a method for robust, real-time pupil detection using computer vision techniques in OpenCV and Python, focusing on increasing accuracy and detection speed by reducing false edges from eyelids, eyelashes, and hair, and is suitable for integration into embedded architectures.

Jupyter Notebook
3
2 年前