hackenjoe / Advanced_Drowsiness_Detection

Various methods for drowsiness detection with Python.
11 stars 4 forks source link

About the dataset #4

Closed Tushtisachdeva01 closed 2 years ago

Tushtisachdeva01 commented 2 years ago

Hey. I am also working on driver drowsiness detection. I am wondering how did you get the CSV files as I couldn't find them in the dataset folders. Did you create them on your own? Could you also explain what are the values you stored in each column and how to use it?

hackenjoe commented 2 years ago

Hey, yes the csv files containing numerical variables calculated mainly on the basis of the UTA videos. The meaning of the features and their values can be read in drowsiness_detection.ipynb (see section 2.2 extract features).