Antok ka na ba? Detecting drowsiness in video feeds

The paper aims to create a proof of concept for the application of deep learning in detecting drowsiness in video feeds. This is for the purpose of quantifying energy levels in videos of different individuals for different uses such as aiding in the maintenance of interest in online classes, ensurin...

Full description

Saved in:
Bibliographic Details
Main Author: Delgado, Kevynn P.
Format: text
Published: Animo Repository 2021
Subjects:
Online Access:https://animorepository.dlsu.edu.ph/faculty_research/11126
Tags: Add Tag
No Tags, Be the first to tag this record!
Institution: De La Salle University
Description
Summary:The paper aims to create a proof of concept for the application of deep learning in detecting drowsiness in video feeds. This is for the purpose of quantifying energy levels in videos of different individuals for different uses such as aiding in the maintenance of interest in online classes, ensuring focus in attention critical jobs, as well as minimizing driver accidents caused by sleepiness. Synthetici video recordings collected were converted to frames at a rate of two frames per second using the OpenCV library in Python, treating this as a time series problem where each frame is a point in time. Haar Cascade and Local Binary Fitting were implemented on each frame, detecting the area of the face and recognition of the landmarks, respectively. With a deep learning architecture utilizing a Long Short-Term Memory (LSTM), an accuracy of 85% was achieved on the synthetic data.