Pustules

Pustules are severe acne pimples that originate from papules. It is a painful skin condition usually consisting of necrotic inflammatory cells. Pustules' main characteristics are the red color of the pimple (that is a sigh of inflammatory processes persisting there) and the presence of pus.

"algorithm_tech_name": "pustules"

Metric

Algorithm returns the number of detected pustules.

"main_metric": {
                "value": "6",
                "widget_type": "numeric",
                "name": "Pustules",
                "tech_name": "pustules",
                "widget_meta": null
            },

Mask

The algorithm returns several vectorised masks of pustules 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 single image analysis - only frontal mask is available. For a batch - left, front and right masks are avialiable.

Front Result Mask

  1. "mask_type": "polygon_mask"

  2. "tech_name": "pustules_mask_restored"

  3. "side": "front"

  4. features

    • geometry

      • "type": "Multipolygon"

Left Result Mask

"tech_name": "pustules_mask_restored"

"side": "left"

Right Result Mask

"tech_name": "pustules_mask_restored"

"side": "right"

Example

Last updated