Perceived Age Result Scheme
Haut.AI provides an AI algorithm that estimates the age in years of a particular face.
Description
Perceived Age Algorithmalgorithm_tech_name
algorithm_tech_name
age
area_name
area_name
The algorithm returns metrics for the following facial areas:
face
main_metric
main_metric
The main metric estimates a person's age in years for a particular face image
"main_metric": {
"value": 38,
"widget_type": "numeric",
"name": "Perceived Age",
"tech_name": "perceived_age",
"widget_meta": null
},
value
is an estimated age in years"widget_type": "numeric"
"name": "Perceived Age"
"tech_name": "perceived_age"
sub_metrics
sub_metrics
The algorithm doesn't return any
masks_restored
masks_restored
The algorithm doesn't return any
masks_original
masks_original
The algorithm doesn't return any
Example (JSON)
{
"algorithm_tech_name": "age",
"image_type": "selfie",
"area_results": [
{
"area_name": "face",
"main_metric": {
"value": 38,
"widget_type": "numeric",
"name": "Perceived Age",
"tech_name": "perceived_age",
"widget_meta": null
},
"sub_metrics": null
}
],
"masks_restored": null,
"masks_original": null
}
Last updated
Was this helpful?