Ecosyste.ms: Awesome
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: about 1 month 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-17T09:49:57.000Z (over 1 year ago)
- Last Synced: 2023-07-17T11:01:43.580Z (over 1 year ago)
- Topics: harcascades, python, tensorflow
- Homepage:
- Size: 202 KB
- Stars: 0
- 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.