Acne Inflammation

Inflammation is a complex and universal reaction of the human body. It could be characterized by local redness, pain, heat and swelling. Acne inflammation is induced by uncontrolled P. acne bacteria overgrowth. Usually, chronic inflammation comorbid severe acne conditions and can involve a wide range of skin cells.

"algorithm_tech_name": "acne_inflammation"

Metric

Algorithm returns the percent of detected Inflammation area related to the whole face area.

"main_metric": {
                "value": "6",
                "widget_type": "percentage",
                "name": "Acne Inflammation",
                "tech_name": "acne_inflammation",
                "widget_meta": null
            },

Mask

The algorithm returns several vectorised masks of Acne Inflammation for an image aligned with the face.

For a batch mode, all masks for left and right side pictures are attached to the frontal image result.

For a single image analysis - only frontal mask is available. For a batch - left, front and right masks are available.

Front Result Mask

  1. "mask_type": "polygon_mask"

  2. "tech_name": "acne_inflammation_mask_restored"

  3. "side": "front"

  4. features

    • geometry

      • "type": "Multipolygon"

Left Result Mask

"tech_name": "acne_inflammation_mask_restored"

"side": "left"

Right Result Mask

"tech_name": "acne_inflammation_mask_restored"

"side": "right"

Example

Last updated