Skip to content

Commit 0490f78

Browse files
committed
first commit
1 parent d61bdb7 commit 0490f78

File tree

13 files changed

+2645
-0
lines changed

13 files changed

+2645
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
.codegpt

.vscode/settings.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"python.testing.unittestArgs": [
3+
"-v",
4+
"-s",
5+
".",
6+
"-p",
7+
"*test.py"
8+
],
9+
"python.testing.pytestEnabled": false,
10+
"python.testing.unittestEnabled": true
11+
}

__pycache__/test.cpython-312.pyc

12.3 KB
Binary file not shown.

__pycache__/test.cpython-38.pyc

6.63 KB
Binary file not shown.
2.79 KB
Binary file not shown.

alarm.wav

142 KB
Binary file not shown.

cnnfinal.h5

618 KB
Binary file not shown.

drowsiness_frames/frame_0.jpg

60.8 KB
Loading

drowsiness_log.txt

Lines changed: 2390 additions & 0 deletions
Large diffs are not rendered by default.

image.jpg

52.9 KB
Loading

0 commit comments

Comments
 (0)