2013
DOI: 10.1007/978-3-642-29305-4_133
|View full text |Cite
|
Sign up to set email alerts
|

A method for drowsiness detection based on Tsallis entropy of EEG

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1

Citation Types

0
2
0

Year Published

2017
2017
2024
2024

Publication Types

Select...
5

Relationship

0
5

Authors

Journals

citations
Cited by 6 publications
(2 citation statements)
references
References 8 publications
0
2
0
Order By: Relevance
“…The simplest way to determine the physiological state of a human body is by directly asking the subject about their present condition or having them fill out a drowsiness assessment questionnaire. Some researchers have used the Karolinska sleepiness scale (KSS) in questionnaires to obtain the physiological condition, especially the drowsiness condition of a subject [3,6]. Moreover, one of the previous studies evaluated the performance of the KSS in drowsiness evaluation research.…”
Section: Discussionmentioning
confidence: 99%
“…The simplest way to determine the physiological state of a human body is by directly asking the subject about their present condition or having them fill out a drowsiness assessment questionnaire. Some researchers have used the Karolinska sleepiness scale (KSS) in questionnaires to obtain the physiological condition, especially the drowsiness condition of a subject [3,6]. Moreover, one of the previous studies evaluated the performance of the KSS in drowsiness evaluation research.…”
Section: Discussionmentioning
confidence: 99%
“…Shape_predictor_68_face_landmarks.dat --alarm alarm.wav import the necessary packages From scipy.spatial import distance as dist From imutils.video import videostream From imutils import face_utils From threading import thread Import numpy as np Import playsound Import argparse Import imutils Import time Import dlib Import cv2 Defsound_alarm(path): Play an alarm sound Playsound.playsound(path) Defeye_aspect_ratio(eye): Compute the euclidean distances between the two sets of Vertical eye landmarks (x, y)-coordinates A = dist.euclidean(eye [1], eye [5]) B = dist.euclidean(eye [2], eye [4]) Compute the euclidean distance between the horizontal Eye landmark (x, y)-coordinates C = dist.euclidean(eye[0], eye [3]) Compute the eye aspect ratio ear = (a + b) / (2.0 * c) Return the eye aspect ratio return ear construct the argument parse and parse the arguments ap = argparse. argumentparser() Ap.add_argument("-p", "--shape-predictor", required=true, Help="path to facial landmark predictor") Ap.add_argument("-a", "--alarm", type=str, default="", Help="path alarm .wav file") Ap.add_argument("-w", "--webcam", type=int, default=0, Help="index of webcam on system") Args = vars(ap.…”
mentioning
confidence: 99%