Search
Preparing search index...
The search index is not available
@vladmandic/human - v2.2.2
Options
All
Public
Public/Protected
All
Inherited
Menu
@vladmandic/human - v2.2.2
ObjectConfig
Interface ObjectConfig
Controlls and configures all object detection specific options
enabled: true/false
modelPath: object detection model, can be absolute path or relative to modelBasePath
minConfidence: minimum score that detection must have to return as valid object
iouThreshold: ammount of overlap between two detected objects before one object is removed
maxDetected: maximum number of detections to return
Hierarchy
ObjectConfig
Index
Properties
enabled
iou
Threshold
max
Detected
min
Confidence
model
Path
skip
Frames
Properties
enabled
enabled
:
boolean
iou
Threshold
iou
Threshold
:
number
max
Detected
max
Detected
:
number
min
Confidence
min
Confidence
:
number
model
Path
model
Path
:
string
skip
Frames
skip
Frames
:
number
Exports
Object
Config
enabled
iou
Threshold
max
Detected
min
Confidence
model
Path
skip
Frames
Controlls and configures all object detection specific options