Update README.md
Browse files
README.md
CHANGED
|
@@ -4,20 +4,22 @@ metrics:
|
|
| 4 |
- accuracy
|
| 5 |
- f1
|
| 6 |
---
|
| 7 |
-
Returns age group with about
|
| 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.
|
| 17 |
-
YOUNG 0.
|
| 18 |
-
OLD 0.
|
| 19 |
|
| 20 |
-
accuracy 0.
|
| 21 |
-
macro avg 0.
|
| 22 |
-
weighted avg 0.
|
| 23 |
```
|
|
|
|
| 4 |
- accuracy
|
| 5 |
- f1
|
| 6 |
---
|
| 7 |
+
Returns age group with about 91% accuracy based on facial image.
|
| 8 |
|
| 9 |
See https://www.kaggle.com/code/dima806/age-group-image-detection-vit for more details.
|
| 10 |
|
| 11 |
+

|
| 12 |
+
|
| 13 |
```
|
| 14 |
Classification report:
|
| 15 |
|
| 16 |
precision recall f1-score support
|
| 17 |
|
| 18 |
+
MIDDLE 0.8316 0.9278 0.8771 4321
|
| 19 |
+
YOUNG 0.9598 0.8563 0.9051 4322
|
| 20 |
+
OLD 0.9552 0.9477 0.9515 4322
|
| 21 |
|
| 22 |
+
accuracy 0.9106 12965
|
| 23 |
+
macro avg 0.9155 0.9106 0.9112 12965
|
| 24 |
+
weighted avg 0.9155 0.9106 0.9112 12965
|
| 25 |
```
|