Eye Age Result Scheme
Haut.AI provides an AI algorithm that estimates the age in years of a particular face based on the eye area only.
Description
Eye Age Algorithmalgorithm_tech_name
algorithm_tech_nameeye_age
area_name
area_nameThe algorithm returns metrics for the following facial areas:
facei.e., an average of the predictions for the left and right eyeleft_eye_outerright_eye_outer
main_metric
main_metricThe main metric estimates the eye age in years of a particular face image
"main_metric": {
"value": 21,
"widget_type": "numeric",
"name": "Left Eye Age",
"tech_name": "left_eye_age",
"widget_meta": null
},valueis the estimated eye age in years"widget_type": "numeric"namepossible values are:"Eye Age""Left Eye Age""Right Eye Age"
tech_namepossible values are:"eye_age""left_eye_age""right_eye_age"
sub_metrics
sub_metricsThe algorithm doesn't return any
masks_restored
masks_restoredThe algorithm doesn't return any
masks_original
masks_originalThe algorithm doesn't return any
Example (JSON)
{
"algorithm_tech_name": "eye_age",
"image_type": "selfie",
"area_results": [
{
"area_name": "face",
"main_metric": {
"value": 24,
"widget_type": "numeric",
"name": "Eye Age",
"tech_name": "eye_age",
"widget_meta": null
},
"sub_metrics": null
},
{
"area_name": "left_eye_outer",
"main_metric": {
"value": 21,
"widget_type": "numeric",
"name": "Left Eye Age",
"tech_name": "left_eye_age",
"widget_meta": null
},
"sub_metrics": null
},
{
"area_name": "right_eye_outer",
"main_metric": {
"value": 27,
"widget_type": "numeric",
"name": "Right Eye Age",
"tech_name": "right_eye_age",
"widget_meta": null
},
"sub_metrics": null
}
],
"masks_restored": null,
"masks_original": null
}Last updated
Was this helpful?