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
- Host: GitHub
- URL: https://github.com/sakshi2215/classifierbased_closedeyedetection
- Owner: sakshi2215
- Created: 2023-07-17T09:34:27.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-17T09:49:57.000Z (almost 3 years ago)
- Last Synced: 2025-10-19T12:25:50.364Z (9 months ago)
- Topics: harcascades, python, tensorflow
- Homepage:
- Size: 202 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.