🔴Wrinkles Response Scheme
Haut.AI provides an AI algorithm that estimates wrinkles in different facial areas and the whole face.
The algorithm is deprecated. We suggest to use Lines algorithms that has more features and has a better accuracy
Description
Wrinkles are a sign of the aging process. As we age and are exposed to adverse environmental factors, the collagen and hyaluronic acid content of our skin decreases, causing it to lose its elasticity and moisture. These changes lead to the development of wrinkles and their higher prominence over time. The higher the value of this parameter, the fewer wrinkles you have.
"algorithm_tech_name": "wrinkles"
area_name
area_nameThe algorithm returns metrics and sub-metrics for the following facial areas:
faceforeheadright_eye_arealeft_eye_area
main_metric
main_metricThe main metric is an overall score indicating the wrinkles for each area_name
"main_metric": {
"value": 76,
"widget_type": "bad_good_line",
"name": "Wrinkles Score",
"tech_name": "wrinkles_score",
"widget_meta": null
},valuethe wrinkles score ranges from[0,100].The higher the value of this parameter, the fewer wrinkles you have. Wrinkles can be classified into six classes based onvalue:(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": "Wrinkles score""tech_name": "wrinkles_score"
sub_metrics
sub_metricsThe algorithm returns two sub-metrics - Deep Wrinkles Density and Fine Wrinkles Density that evaluate the density of deep and fine lines.
"sub_metrics": [
{
"value": 1,
"widget_type": "density",
"name": "Deep Wrinkles Density",
"tech_name": "deep_wrinkles_density",
"widget_meta": null
},
{
"value": 0,
"widget_type": "density",
"name": "Fine Wrinkles Density",
"tech_name": "fine_wrinkles_density",
"widget_meta": null
}
]Deep Wrinkles Densityevaluates the presence of deep lines in eacharea_namevaluethis ranges from[0,100].The higher the value of this parameter, the more deep wrinkles you have"widget_type": "density""name": "Deep Wrinkles Density""tech_name": "deep_wrinkles_density"
Fine Wrinkles Densityevaluates the presence of deep lines in eacharea_namevaluethis ranges from[0,100].The higher the value of this parameter, the more fine wrinkles you have"widget_type": "density""name": "Deep Wrinkles Density""tech_name": "deep_wrinkles_density"
masks_restored
masks_restoredThe algorithm returns a vectorized masks of wrinkles for a face-aligned image
"mask_type": "polygon_mask"
masks_original
masks_originalThe algorithm returns a vectorized masks of wrinkles for an original image
"mask_type": "polygon_mask"
Example (JSON)
Last updated
Was this helpful?