Lines Result Scheme
Haut.AI provides an AI algorithm that estimates lines-like objects in different facial areas and the whole face.
Last updated
Haut.AI provides an AI algorithm that estimates lines-like objects in different facial areas and the whole face.
Last updated
algorithm_tech_name
lines
area_name
The algorithm returns metrics and sub-metrics for the following facial areas:
face
forehead
right_eye_area
left_eye_area
right_cheek
left_cheek
main_metric
The main metric is an overall score indicating the severity of lines for each area_name
value
the wrinkles score in the range [0,100]
.The higher the value of this parameter, the fewer lines you have. Lines 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
The algorithm returns sub-metrics for "area_name": face
only
Sagging Score
evaluates the severity of face sagging
value
The 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 Grade
evaluates the severity of the jowls - sagging skin below the jawline
value
the 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
The 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"
features
geometry
"type": "Multipolygon"
Line Lines Mask
"mask_type": "polyline_mask"
"tech_name": "line_lines_mask_restored"
features
geometry
"type": "Multipolyline"
Sagging Mask
"mask_type": "polyline_mask"
"tech_name": "sagging_mask_restored"
features
geometry
"type": "Multipolyline"
See more on Masks here
masks_original
The algorithm returns several vectorized masks of wrinkles for an original image
Deep Lines Mask
"mask_type": "polygon_mask"
"tech_name": "deep_lines_mask_original"
features
geometry
"type": "Multipolygon"
Line Lines Mask
"mask_type": "polyline_mask"
"tech_name": "line_lines_mask_original"
features
geometry
"type": "Multipolyline"
Sagging Mask
"mask_type": "polyline_mask"
"tech_name": "sagging_mask_original"
features
geometry
"type": "Multipolyline"
See more on Masks here