Skip to main content

Enumeration: WebglSelfieSegmentationType

Selfie segmentation algorithm type Fast can flickering but has low impact on performance Precise avoid glitches and flickering, but is most costly.

More explanations could be find here: https://vonage.github.io/ml-transformers-docs/docs/post-processing

Enumeration Members

FAST

FAST = "FAST"

No selfie segmentation post-processing. It might produce flickering and has low impact on performance.


PRECISE

PRECISE = "PRECISE"

Enable selfie segmentation post-processing. It reduces flickering and glitches, however it might have some impact on performance.