Acne Result Scheme
Haut.AI provides an AI algorithm that estimates acne-like spots for different facial areas and the whole face.
Description
Acne Algorithmalgorithm_tech_name
algorithm_tech_nameacne
area_name
area_nameThe algorithm returns metrics and sub-metrics for the following facial areas:
facenose_bridgeright_cheek_largeleft_cheek_largeforehead_n_bridgechin_wide
main_metric
main_metricThe main metric is an overall score indicating acne spots for each area_name
"main_metric": {
"value": 100,
"widget_type": "bad_good_line",
"name": "Acne score",
"tech_name": "acne_score",
"widget_meta": null
},valuethe acne score ranges from[0,100]The higher the value of this parameter, the fewer acne spots and pimples 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": "Acne score""tech_name": "acne_score"
sub_metrics
sub_metricsThe algorithm returns sub-metrics for each area_name
"sub_metrics": [
{
"value": 0,
"widget_type": "numeric",
"name": "Number of acne regions",
"tech_name": "number_of_regions",
"widget_meta": null
},
{
"value": 0,
"widget_type": "density",
"name": "Acne regions density score",
"tech_name": "density_score",
"widget_meta": null
},
{
"value": 0,
"widget_type": "density",
"name": "Average intensity of acne regions",
"tech_name": "average_intensity_score",
"widget_meta": null
}
]Number of acne regionsestimates the number of detected acne spotsvaluethe detected number of spots"widget_type": "numeric""name": "Number of acne regions""tech_name": "number_of_regions"
Acne regions density scoreestimates the density of spotsvaluethe density of acne spots"widget_type": "density""name": "Acne regions density score""tech_name": "density_score"
Average intensity of acne regionsestimates the intensity of acne spotsvaluethe higher the value of this parameter, the more severe the spots"widget_type": "density""name": "Average intensity of acne regions""tech_name": "average_intensity_score"
masks_restored
masks_restoredThe algorithm returns a vectorized mask of acne regions for a face-aligned image
"mask_type": "polygon_mask"
masks_original
masks_originalThe algorithm returns a vectorized mask of acne regions for an original image
"mask_type": "polygon_mask"
Example (JSON)
Last updated
Was this helpful?