Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 1 month 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.