File size: 1,676 Bytes
c3c39be
 
 
 
 
 
ccbb363
 
 
 
 
 
 
 
 
49a80ef
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ccbb363
49a80ef
 
 
ccbb363
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
license: apache-2.0
metrics:
- accuracy
- f1
---
Returns age bin based on a facial image.

See https://www.kaggle.com/code/dima806/facial-age-years-detection-vit for more details.

```
Classification report:

              precision    recall  f1-score   support

          01     0.6738    0.9191    0.7776       445
          02     0.4080    0.5730    0.4766       445
          03     0.6000    0.1888    0.2872       445
          04     0.8406    0.1303    0.2257       445
          05     0.5304    0.9618    0.6837       445
       06-07     0.7591    0.6090    0.6758       445
       08-09     0.6523    0.7506    0.6980       445
       10-12     0.6748    0.6869    0.6808       444
       13-15     0.7600    0.7685    0.7642       445
       16-20     0.6580    0.7393    0.6963       445
       21-25     0.6411    0.6022    0.6211       445
       26-30     0.4293    0.5596    0.4859       445
       31-35     0.5202    0.2315    0.3204       445
       36-40     0.4006    0.2950    0.3398       444
       41-45     0.4480    0.6966    0.5453       445
       46-50     0.4808    0.5640    0.5191       445
       51-55     0.4909    0.4854    0.4881       445
       56-60     0.5071    0.3191    0.3917       445
       61-65     0.6108    0.2297    0.3339       444
       66-70     0.4763    0.7685    0.5881       445
       71-80     0.7557    0.6674    0.7088       445
       81-90     0.8371    0.9933    0.9085       445
         90+     0.9889    1.0000    0.9944       444

    accuracy                         0.5974     10231
   macro avg     0.6150    0.5974    0.5744     10231
weighted avg     0.6149    0.5974    0.5744     10231
```