Update README.md
Browse files
README.md
CHANGED
|
@@ -4,4 +4,19 @@ metrics:
|
|
| 4 |
- accuracy
|
| 5 |
- f1
|
| 6 |
---
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
- accuracy
|
| 5 |
- f1
|
| 6 |
---
|
| 7 |
+
Predicts the presence of a beard given a facial image.
|
| 8 |
+
|
| 9 |
+
See https://www.kaggle.com/code/dima806/beard-face-image-detection-vit for more details.
|
| 10 |
+
|
| 11 |
+
```
|
| 12 |
+
Classification report:
|
| 13 |
+
|
| 14 |
+
precision recall f1-score support
|
| 15 |
+
|
| 16 |
+
Beard 1.0000 0.9412 0.9697 17
|
| 17 |
+
No Beard 0.9444 1.0000 0.9714 17
|
| 18 |
+
|
| 19 |
+
accuracy 0.9706 34
|
| 20 |
+
macro avg 0.9722 0.9706 0.9706 34
|
| 21 |
+
weighted avg 0.9722 0.9706 0.9706 34
|
| 22 |
+
```
|