dima806 commited on
Commit
aa7b94b
1 Parent(s): 1cb7abc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -4,4 +4,19 @@ metrics:
4
  - accuracy
5
  - f1
6
  ---
7
- See https://www.kaggle.com/code/dima806/closed-eye-image-detection-vit for more details.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  - accuracy
5
  - f1
6
  ---
7
+ Returns whether there is an open or a closed eye given an image from surrounding area.
8
+
9
+ See https://www.kaggle.com/code/dima806/closed-eye-image-detection-vit for more details.
10
+
11
+ ```
12
+ Classification report:
13
+
14
+ precision recall f1-score support
15
+
16
+ closeEye 0.9921 0.9888 0.9904 4296
17
+ openEye 0.9889 0.9921 0.9905 4295
18
+
19
+ accuracy 0.9905 8591
20
+ macro avg 0.9905 0.9905 0.9905 8591
21
+ weighted avg 0.9905 0.9905 0.9905 8591
22
+ ```