Acne Inflammation Result Scheme
Acne Pro

Acne Inflammation mask visualization
How to filter this result in API response
Filter by field algorithm_family_tech_name
search for value acne.acne_inflammation
How to check if the calculation was successful
Check for the field is_ok
"is_ok": true # no errors
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.

Example JSON
{
"id": "0678762e-7b49-49b5-b922-34199cf0de5b",
"result": {
"revision": "master-25cce909",
"image_type": "selfie",
"area_results": [
{
"area_name": "face",
"main_metric": {
"name": "Acne Inflammation",
"units": "per mille",
"value": 21,
"tech_name": "acne_inflammation",
"widget_meta": null,
"widget_type": "percentage",
"widget_show": true
},
"sub_metrics": []
},
{
"area_name": "chin",
"main_metric": {
"name": "Acne Inflammation",
"units": "per mille",
"value": 4,
"tech_name": "acne_inflammation",
"widget_meta": null,
"widget_type": "percentage",
"widget_show": true
},
"sub_metrics": []
},
{
"area_name": "nose",
"main_metric": {
"name": "Acne Inflammation",
"units": "per mille",
"value": 0,
"tech_name": "acne_inflammation",
"widget_meta": null,
"widget_type": "percentage",
"widget_show": true
},
"sub_metrics": []
},
{
"area_name": "forehead",
"main_metric": {
"name": "Acne Inflammation",
"units": "per mille",
"value": 5,
"tech_name": "acne_inflammation",
"widget_meta": null,
"widget_type": "percentage",
"widget_show": true
},
"sub_metrics": []
},
{
"area_name": "left_cheek",
"main_metric": {
"name": "Acne Inflammation",
"units": "per mille",
"value": 0,
"tech_name": "acne_inflammation",
"widget_meta": null,
"widget_type": "percentage",
"widget_show": true
},
"sub_metrics": []
},
{
"area_name": "right_cheek",
"main_metric": {
"name": "Acne Inflammation",
"units": "per mille",
"value": 78,
"tech_name": "acne_inflammation",
"widget_meta": null,
"widget_type": "percentage",
"widget_show": true
},
"sub_metrics": []
}
],
"algorithm_tech_name": "acne_inflammation",
"masks_restored": [
{
"type": "FeatureCollection",
"mask_type": "polygon_mask",
"features": [
{
"type": "feature",
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
410,
498
],
[
409,
503
],
[
411,
505
],
[
415,
505
],
[
412,
497
]
]
],
[
[
[
232,
487
],
[
231,
489
],
[
232,
491
],
[
235,
494
],
[
236,
492
],
[
235,
490
]
]
],
[
[
[
189,
464
],
[
185,
468
],
[
186,
469
],
[
185,
474
],
[
192,
476
],
[
199,
486
],
[
203,
486
],
[
208,
483
],
[
208,
474
],
[
204,
467
],
[
191,
464
]
]
],
[
[
[
228,
447
],
[
224,
452
],
[
224,
454
],
[
228,
454
],
[
233,
457
],
[
233,
451
],
[
230,
448
]
]
],
[
[
[
167,
362
],
[
163,
365
],
[
162,
368
],
[
163,
387
],
[
159,
392
],
[
159,
405
],
[
160,
408
],
[
170,
416
],
[
170,
434
],
[
175,
440
],
[
179,
440
],
[
194,
425
],
[
194,
421
],
[
198,
415
],
[
198,
412
],
[
195,
407
],
[
189,
410
],
[
183,
410
],
[
181,
408
],
[
181,
396
],
[
183,
393
],
[
186,
392
],
[
187,
389
],
[
185,
386
],
[
184,
377
],
[
182,
380
],
[
178,
378
],
[
177,
368
],
[
171,
362
]
]
],
[
[
[
334,
232
],
[
329,
237
],
[
329,
241
],
[
334,
247
],
[
336,
245
],
[
344,
245
],
[
343,
236
],
[
338,
232
]
]
]
]
},
"properties": {
"intensity": 1
}
}
],
"view_box": "0 0 660 660",
"name": "Acne Inflammation Mask",
"tech_name": "acne_inflammation_mask_restored",
"fill": "#FD6BBE",
"side": "front"
}
],
"masks_original": []
},
"is_ok": true,
"image_id": "32133003-1d3c-4cfe-95b6-97a8efe70897",
"algorithm_version_id": 97,
"creation_time": "2025-02-26 10:34:05",
"application_id": "7497f948-3de0-48be-be0f-a53ccfbec7fd",
"application_name": "Acne",
"application_description": "Use this app to precisely analyse acne conditions. This algorithm was developed under the supervision of a skin physiology specialist and can distinguish between 4 different acne manifestations, such as (1) papules, (2) pustules, (3) acne inflammation and (4) post-acne hyperpigmentation. This new algorithm will help to assess the severity of acne in a more detailed way and evaluate the dynamics of change of this skin condition.",
"application_run_id": "4833ea3f-55d6-4e9d-bcc1-ea14fa14fcee",
"image_type": "selfie",
"algorithm_family_tech_name": "acne.acne_inflammation"
}
Last updated
Was this helpful?