Options
All
  • Public
  • Public/Protected
  • All
Menu

Controlls and configures all body segmentation module removes background from input containing person if segmentation is enabled it will run as preprocessing task before any other model alternatively leave it disabled and use it on-demand using human.segmentation method which can remove background or replace it with user-provided background

  • enabled: true/false
  • modelPath: object detection model, can be absolute path or relative to modelBasePath
  • blur: blur segmentation output by pixels for more realistic image

Changing modelPath will change module responsible for hand detection and tracking Allowed values are selfie.json and meet.json

Hierarchy

  • SegmentationConfig

Index

Properties

blur

blur: number

enabled

enabled: boolean

modelPath

modelPath: string