Options
All
  • Public
  • Public/Protected
  • All
Menu

Configures all body detection specific options

Hierarchy

Index

Properties

Optional detector

detector?: { enabled: boolean; iouThreshold: number; minConfidence: number; modelPath: string }

experimental: detector used for body model before actual analysis

Type declaration

  • enabled: boolean

    experimental: enable body detector before body landmarks

  • iouThreshold: number

    experimental: minimum overlap between two detected bodies before one is discarded

  • minConfidence: number

    experimental: minimum confidence for a detected body before results are discarded

  • modelPath: string

    experimental: path to optional body detector model json file

enabled

enabled: boolean

is module enabled?

maxDetected

maxDetected: number

maximum numboer of detected bodies

minConfidence

minConfidence: number

minimum confidence for a detected body before results are discarded

modelPath

modelPath: string

path to model json file

skipFrames

skipFrames: number

how many max frames to go without re-running model if cached results are acceptable

skipTime

skipTime: number

how many max miliseconds to go without re-running model if cached results are acceptable