There are 0 repository under eyes topic.
A simple Drowsiness Detection module for humans. 😴 🚫 🚗
Easy to use Python command line based tool to generate a gaze point heatmap from a csv file. 👁️
[TPAMI] Automatic Gaze Analysis ‘in-the-wild’: A Survey
Dataset release for Event-Based, Near-Eye Gaze Tracking Beyond 10,000 Hz
Glasses detection, classification and segmentation
Intelligent Driver Monitoring system for Autonomous Vehicles
OLED Eye Examples - Showing How to Move Eyeballs with Arduino Sketch
A Realtime CPU eye detector to detect if the eyes are open or closed
Repository for Classification of Open/Closed eyes for Android devices
A macOS app to notify you when your ambient light is too dark or bright.
Machine Learning project a case study focused on the interaction with digital characters, using a character called "Kaio", which, based on the automatic detection of facial expressions and classification of emotions, interacts with humans by classifying emotions and imitating expressions
This repo contains the materials for a two-day eye-tracking course at the graduate level.
WIP - Unity Scripts for Avatar Behaviors
A simple Jest or Chai matcher to compare screenshots, using Applitools Eyes
Automatic screenshot comparison using Puppeteer, Jest and Applitools Eyes.
Do you want to improve your vision? Regular eye exercises may help you to improve eyesight and prevent eye diseases such as nearsightedness and farsightedness. This application contains eye exercises which might become a part of your vision therapy.
Naruto Characters :smirk_cat: Ocular Power :eyeglasses: Classification :heart: using deep learning :dizzy: machine learning
Code for playing with random dot stereograms.
font-size is a command-line utility to calculate the best font-size for you, so that your eyes won’t bleed during long programming sessions.
Eyes of Glouphrie Puzzle Solver for Runescape
Data, Code and Figures of our manuscript "Mapping the emotional face. How individual face parts contribute to successful emotion recognition."
This is an OpenCV application for face, eyes, smile detection. It uses haarcascade provided by OpenCV
A mashup of the Adafruit Snake Eyes project with an OpenMV M7 with thermopile sensor
Control backlight brightness automatically with xbacklight or xrandr
Reminds you to protect your eyes, in the middle of all your productivity!
Here, I have the kaggle data with the images of people and the points in which their eyes are located. Lets say I have 96*96 pixel image of person and I am given the X,Y co-ordinate where there can be eyes. I am unable to push this data to git. Download it from here:https://www.kaggle.com/c/facial-keypoints-detection/data I then trained this image using CNN, which in return gives me the model which can predict where the eyes of people can be in the given image of people. After getting the co-cordinate of eye position, I added shades over these pixels. Here, I have also used frontal face cascade to send only facial image to CNN model.