Options
All
  • Public
  • Public/Protected
  • All
Menu

Configures all object detection specific options

Hierarchy

Index

Properties

enabled

enabled: boolean
property

is module enabled?

iouThreshold

iouThreshold: number
property

minimum overlap between two detected objects before one is discarded

maxDetected

maxDetected: number
property

maximum number of detected objects

minConfidence

minConfidence: number
property

minimum confidence for a detected objects before results are discarded

modelPath

modelPath: string
property

path to model json file

skipFrames

skipFrames: number
property

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

skipTime

skipTime: number
property

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