how to detect drowsiness ??

回答 (4 件)

Image Analyst
Image Analyst 2014 年 4 月 7 日

0 投票

Select an algorithm from Vision Bib here
16.7.2.4.1 Driver Monitoring, Eyes, Gaze
then code it up. Come back with code if you have any problems.

5 件のコメント

Sampath
Sampath 2014 年 4 月 7 日
can i get a matlab code for this ??
Image Analyst
Image Analyst 2014 年 4 月 7 日
I don't know. Maybe, but doubtful. I know I don't have any for you. But you can contact the authors I referred you to. I doubt they will just hand over their MATLAB code to you for free, but who knows? Otherwise, start writing code yourself.
Sampath
Sampath 2014 年 4 月 8 日
thanks you, can u suggest me any algorithm for that ?
Image Analyst
Image Analyst 2014 年 4 月 8 日
I have not looked over all the papers and evaluated them all so that I can suggest one to you. Don't you think that should be your job? They are published so I assume they work, so just pick one at random if you want.
messaoudi nada
messaoudi nada 2021 年 5 月 6 日
hi sir , please i need help , im working about driver drowsiness detection , i have 880*1552 training data and 160*1552 test data ,i used svm model for classification and now i wanna calculate RMSE but matlab show me an error that the matrix demonsion must agree , i dont know how can i solve this problem

サインインしてコメントする。

Jos (10584)
Jos (10584) 2014 年 4 月 7 日

0 投票

Let him press a button every N seconds. If the timings become to variable …

4 件のコメント

Sampath
Sampath 2014 年 4 月 7 日
can i get a matlab code for this ??
Joseph Cheng
Joseph Cheng 2014 年 4 月 7 日
A hat with a string connected to a switch works too. I usually have at least 3~4 head bobs before I fall asleep during a (non-driving) boring activity.
Image Analyst
Image Analyst 2014 年 4 月 7 日
Could this maybe be an effective solution?
Sampath
Sampath 2014 年 4 月 8 日
thank you but im looking for a software application where i can get code or algorithm to detect drowsiness.

サインインしてコメントする。

Jos (10584)
Jos (10584) 2014 年 4 月 8 日

0 投票

How much effort do you want to put in yourself?

3 件のコメント

Sampath
Sampath 2014 年 4 月 9 日
i already finished 80% of my work...till eyes detection i have completed ..and now i need to check weather the eyes r closed or open !!
Image Analyst
Image Analyst 2014 年 4 月 9 日
OK, why not just check the color in the eye region?
Vikas
Vikas 2014 年 4 月 10 日

サインインしてコメントする。

Ahmad Alhashil
Ahmad Alhashil 2021 年 2 月 20 日

0 投票

Hi guys! I’m working on drowsy detection using conventional neural network CNN. Can you help me how to detect eye and classify it to open or close. Please help me!!

5 件のコメント

Image Analyst
Image Analyst 2021 年 2 月 20 日
That's a pretty vague question. Have you taken the Deep Learning course from Mathworks? That would be the logical place to start. There are also some shorter, deep learning training courses that are free. In addition there are a bunch of examples online, and shipped with your Deep Learning Toolbox.
Ahmad Alhashil
Ahmad Alhashil 2021 年 2 月 20 日
could you help me with the steps ? should i start with training database or extract featurs from eyes
Image Analyst
Image Analyst 2021 年 2 月 20 日
To train for deep learning you first collect your images and divide them into training and validation sets. Then label the images as drowsy or not drowsy. Then train with those two data sets. Now, once it's trained, you can pass other, arbitrary "test" images through your trained network and get a classification as to whether the test image(s) are drowsy or not drowsy.
Ahmad Alhashil
Ahmad Alhashil 2021 年 2 月 21 日
okay could you please help me how to start training database in CNN.
Image Analyst
Image Analyst 2021 年 2 月 21 日
Two comments ago is the best I can do.

サインインしてコメントする。

質問済み:

2014 年 4 月 7 日

コメント済み:

2021 年 5 月 6 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by