An open API service indexing awesome lists of open source software.

https://github.com/sakshi2215/classifierbased_closedeyedetection

Classifier Model for Closed or Open Eye Detection
https://github.com/sakshi2215/classifierbased_closedeyedetection

harcascades python tensorflow

Last synced: 3 months ago
JSON representation

Classifier Model for Closed or Open Eye Detection

Awesome Lists containing this project

README

          

# Closed-Eye-Detection-with-opencv
First, using 'haarcascade_frontalface_alt.xml' to check if there is a face or not. Second, using 'haarcascade_eye_tree_eyeglasses.xml' to check if there is a opened-eye or not. Thus, If I get data: face(o) -> eyes(x), that is the person who is closing his eyes.