thisisashukla / face-tracker

Face tracker to detect and analyze lack of attention using facial features.

Home Page:https://thisisashukla.github.io/face-tracker/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Face Tracker

This repository contains the code for demonstrating different use cases which leverage facial landmark keypoints. The facial landmark model is a Tf-Js implementation of the paper.

Drowsy Alarm

Using the keypoint map we can calculate the distance between keypoints of facial part such as eyelids (upper and lower) and lips (upper and lower) and put a threshold on this distance to identify when the person is drowsing off. A moving average smoothing can reduce noise.

About

Face tracker to detect and analyze lack of attention using facial features.

https://thisisashukla.github.io/face-tracker/


Languages

Language:JavaScript 94.4%Language:HTML 5.6%