Hair Curliness
Haut.AI provides an AI algorithm that estimates hair curliness.
Description
Hair type and texture are determined by genetics and environment. Hair texture can change with age. The oil glands in the scalp also shrink with age. How you treat and style your hair can change its texture. The most common hair type across the world is straight hair.
"algorithm_tech_name": "hair_curliness"
area_name
area_nameThe algorithm returns metrics for the following area:
hair
main_metric
main_metricThe main metric indicates the hair curliness category for area_name
"main_metric": {
"value": "Straight",
"widget_type": "category",
"name": "Hair Curliness",
"tech_name": "hair_curliness",
"widget_meta": null
},
valueof hair curliness is divided into four classes, as listed below. Each category gets its own confidence level in the range of[0,100], where the highest score indicates the hair curliness class:StraightWavyCurlyKinky
"widget_type": "category""name": "Hair Frizziness""tech_name": "hair_frizziness"
sub_metrics
sub_metricsThe algorithm returns two types of sub-metrics - Curliness Confidence,Hair Curliness Score.
"sub_metrics": [
{
"value": 87,
"widget_type": "density",
"name": "Curliness Confidence",
"tech_name": "curliness_confidence",
"widget_meta": null
},
{
"value": 10,
"widget_type": "density",
"name": "Hair Curliness Score",
"tech_name": "hair_curliness_score",
"widget_meta": null
},
]Curliness Confidenceevaluates curliness confidence levelvalueof the curliness confidence score ranges from[0,100]. A higher score is associated with higher hair curliness"widget_type": "density""name": "Curliness Confidence""tech_name": "curliness_confidence"
Hair Curliness Scoreevaluates curliness confidence levelvalueof the curliness confidence score ranges from[0,100]. A higher score is associated with higher hair curliness"widget_type": "numeric""name": "Curliness Confidence""tech_name": "curliness_confidence"
masks_restored
masks_restoredNone - there are no restored masks for hair curliness
masks_original
masks_originalNone - there are no original masks for hair curliness
Example (JSON)
Last updated
Was this helpful?