This system is currently under development and is always being updated.
# TODO
Create contents docs
.
├── 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
The GNU GPLv3.0 License 2021 KIM DONGHEE