Redness Result Scheme
Haut.AI provides AI algorithms that analyze the overall skin redness and skin irritation for different facial areas and for the whole face.
Description
Redness Algorithmalgorithm_tech_name
algorithm_tech_nameredness
area_name
area_nameThe algorithm returns metrics and sub-metrics for the following facial areas:
faceforeheadnoseright_cheekleft_cheek
main_metric
main_metricThe main metric is an overall score that indicates the redness of each area_name
"main_metric": {
"value": 77,
"widget_type": "bad_good_line",
"name": "Redness Score",
"tech_name": "redness_score",
"widget_meta": null
},
valuethe redness score ranges from[0,100]A higher skin redness level is associated with a lower value for this parameter.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, i.e., 100 corresponds to the absence of red areas on the skin while 0 corresponds to extremely irritated skin"name": "Redness score""tech_name": "redness_score"
sub_metrics
sub_metricsThe algorithm returns two types of sub-metrics - Redness Global Score and Redness Local Score
"sub_metrics": [
{
"value": 89,
"widget_type": "bad_good_line",
"name": "Redness Local Score",
"tech_name": "redness_local_score",
"widget_meta": null
},
{
"value": 64,
"widget_type": "bad_good_line",
"name": "Redness Global Score",
"tech_name": "redness_global_score",
"widget_meta": null
}Redness Global Scoreevaluates the degree of global rednesses for eacharea_namevaluethe redness global score ranges from[0,100]A higher skin redness level is associated with a lower value for this parameter"widget_type": "bad_good_line"indicates that a higher value is better"name": "Redness Global Score""tech_name": "redness_global_score"
Redness Local Scoreevaluates the degree of local rednesses (blood vessels, irritation, etc.) for eacharea_namevaluethe redness local score ranges from[0,100]A higher local redness level of the skin is associated with a lower value for this parameter"widget_type": "bad_good_line"indicates that a higher value is better"name": "Redness Local Score""tech_name": "redness_local_score"
masks_restored
masks_restoredThe algorithm returns a vectorized heatmap mask of regions with high redness for a face-aligned image.
"mask_type": "heatmap_mask"
masks_original
masks_originalThe algorithm returns a vectorized heatmap mask of regions with high redness for an original image
"mask_type": "heatmap_mask"
Example (JSON)
Last updated
Was this helpful?