Skip to content

Safe driving induction system in case of driver out of sight and drowsiness detection

License

Notifications You must be signed in to change notification settings

DEVHEE/Hey-Wake-Up

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hey Wake Up


License: GPL v3 Ask Me Anything ! PyPI status Python 3.7 made-with-opencv Raspberry Pi

made-with-python built-with-love cc-nc-sa

This system is currently under development and is always being updated.

# TODO
Create contents docs

Table of contents

Folder Structure

.
├── LICENSE
├── README.md
├── app.py
├── data
│   ├── etc
│   │   └── NanumGothic-Bold.ttf
│   ├── library
│   │   └── gaze_tracking
│   │       ├── __init__.py
│   │       ├── calibration.py
│   │       ├── eye.py
│   │       ├── gaze_tracking.py
│   │       └── pupil.py
│   └── model
│       ├── cascade
│       │   ├── haarcascade_eye.xml
│       │   ├── haarcascade_frontalface_alt.xml
│       │   ├── haarcascade_frontalface_alt2.xml
│       │   ├── haarcascade_frontalface_alt_tree.xml
│       │   ├── haarcascade_frontalface_default.xml
│       │   └── lbpcascade_frontalface.xml
│       └── landmark
│           └── shape_predictor_68_face_landmarks.dat
├── main.py
├── temp
│   ├── fps_optimize.py
│   └── temp.py
└── templates
    └── index.html

Licensing

The GNU GPLv3.0 License 2021 KIM DONGHEE