Papules

Papules are one of the most common acne manifestations. This is the type of pimples that occurs when dead skin cells and oil from the skin clog hair follicles. Typically, papules are small, well defined bumps on the skin with little to no inflammation.

"algorithm_tech_name": "papules"

Metric

Algorithm returns the number of detected papules.

"main_metric": {
                "value": "4",
                "widget_type": "numeric",
                "name": "Papules",
                "tech_name": "papules",
                "widget_meta": null
            },

Mask

The algorithm returns several vectorised masks of papules 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 available.

Front Result Mask

  1. "mask_type": "polygon_mask"

  2. "tech_name": "papules_mask_restored"

  3. "side": "front"

  4. features

    • geometry

      • "type": "Multipolygon"

Left Result Mask

"tech_name": "papules_mask_restored"

"side": "left"

Right Result Mask

"tech_name": "papules_mask_restored_right"

"side": "right"

Example:

Last updated