Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.29 KB

README.md

File metadata and controls

28 lines (23 loc) · 1.29 KB

SpaHeron_MachineLearning_UXIS

80832108

Lecture score calculator with iris location using madiapipe.

eye_tracking

  • Based on https://github.com/antoinelame/GazeTracking
  • Print pupil's position, using HOG + DNN(maybe?) face detection.
  • Detect face with HOG. Try detecting face with DNN, if face is not detected.
  • While HOG prints pupil properly, DNN prints only CENTER of eye.
  • Webcam version.

mediapipe

State Calculation

  • Communicate with mediapipe program by 'Named pipe' to share iris's location(see mediapipe/pipe).
  • State value: 0 - ATTEND, 1 - ABSCENT, 2 - CONCENTRATE, 3 - DISTRACT
  • Structure
    seung

ML

  • Score prediction using multiple linear regression.
  • Input: an array with 4 states counted individually / output: lecture score.