Lines Result Scheme
Haut.AI provides an AI algorithm that estimates lines-like objects in different facial areas and the whole face.
Description
Lines Algorithmalgorithm_tech_name
algorithm_tech_namelines
area_name
area_nameThe algorithm returns metrics and sub-metrics for the following facial areas:
faceforeheadright_eye_arealeft_eye_arearight_cheekleft_cheek
main_metric
main_metricThe main metric is an overall score indicating the severity of lines for each area_name
"main_metric": {
"value": 13,
"widget_type": "bad_good_line",
"name": "Lines Score",
"tech_name": "lines_score",
"widget_meta": null
},valuethe wrinkles score in the range[0,100].The higher the value of this parameter, the fewer lines you have.The score can be classified into six classes based on
value:(90,100]- Excellent(80,90]- Great(70,80]- Good(50,70]- Average(30, 50]- Poor[0,30]- Bad
"widget_type": "bad_good_line"indicates that a higher value is better"name": "Lines score""tech_name": "lines_score"
sub_metrics
sub_metricsThe algorithm returns sub-metrics for "area_name": face only
"sub_metrics": [
{
"value": 45,
"widget_type": "bad_good_line",
"name": "Sagging Score",
"tech_name": "sagging_score",
"widget_meta": null
},
{
"value": 2,
"widget_type": "numeric",
"name": "Jowls Grade",
"tech_name": "jowls_grade",
"widget_meta": null
}
]Sagging Scoreevaluates the severity of face saggingvalueThe sagging severity score in the range[0, 100]. The higher the value of this parameter, the more pronounced the sagging of the skin is."widget_type": "bad_good_line"indicates that a higher value is better"name": "Sagging Score""tech_name": "sagging score"
Jowls Gradeevaluates the severity of the jowls - sagging skin below the jawlinevaluethe grade of jowls severity in range[1, 4]. The higher the grade, the more pronounced the jowls are."widget_type": "numeric""name": "Jowls Grade""tech_name": "jowls_grade"

masks_restored
masks_restoredThe algorithm returns several vectorized masks of wrinkles for a face-aligned image
Deep Lines Mask
"mask_type": "polygon_mask""tech_name": "deep_lines_mask_restored"featuresgeometry"type": "Multipolygon"
Line Lines Mask
"mask_type": "polyline_mask""tech_name": "line_lines_mask_restored"featuresgeometry"type": "Multipolyline"
Sagging Mask
"mask_type": "polyline_mask""tech_name": "sagging_mask_restored"featuresgeometry"type": "Multipolyline"
See more on Masks here
masks_original
masks_originalThe algorithm returns several vectorized masks of wrinkles for an original image
Deep Lines Mask
"mask_type": "polygon_mask""tech_name": "deep_lines_mask_original"featuresgeometry"type": "Multipolygon"
Line Lines Mask
"mask_type": "polyline_mask""tech_name": "line_lines_mask_original"featuresgeometry"type": "Multipolyline"
Sagging Mask
"mask_type": "polyline_mask""tech_name": "sagging_mask_original"featuresgeometry"type": "Multipolyline"
See more on Masks here
Example (JSON)
Last updated
Was this helpful?