Update README.md
Browse files
README.md
CHANGED
|
@@ -4,4 +4,20 @@ metrics:
|
|
| 4 |
- accuracy
|
| 5 |
- f1
|
| 6 |
---
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
- accuracy
|
| 5 |
- f1
|
| 6 |
---
|
| 7 |
+
Returns age group based on facial image.
|
| 8 |
+
|
| 9 |
+
See https://www.kaggle.com/code/dima806/age-group-image-detection-vit for more details.
|
| 10 |
+
|
| 11 |
+
```
|
| 12 |
+
Classification report:
|
| 13 |
+
|
| 14 |
+
precision recall f1-score support
|
| 15 |
+
|
| 16 |
+
MIDDLE 0.8162 0.9250 0.8672 1080
|
| 17 |
+
YOUNG 0.9583 0.8511 0.9015 1081
|
| 18 |
+
OLD 0.9537 0.9334 0.9434 1081
|
| 19 |
+
|
| 20 |
+
accuracy 0.9031 3242
|
| 21 |
+
macro avg 0.9094 0.9032 0.9040 3242
|
| 22 |
+
weighted avg 0.9094 0.9031 0.9041 3242
|
| 23 |
+
```
|