Controlls and configures all hand detection specific options
Parameters:
enabled: true/false
landmarks: detect hand landmarks or just hand boundary box
modelPath: paths for hand detector and hand skeleton models, can be absolute path or relative to modelBasePath
minConfidence: threshold for discarding a prediction
iouThreshold: ammount of overlap between two detected objects before one object is removed
maxDetected: maximum number of hands detected in the input, should be set to the minimum number for performance
rotation: use best-guess rotated hand image or just box with rotation as-is, false means higher performance, but incorrect finger mapping if hand is inverted
maxDetected can be set to -1 to auto-detect based on number of detected faces
Changing detector.modelPath will change module responsible for hand detection and tracking
Allowed values are handdetect.json and handtrack.json
Controlls and configures all hand detection specific options
Parameters:
maxDetected
can be set to -1 to auto-detect based on number of detected facesChanging
detector.modelPath
will change module responsible for hand detection and tracking Allowed values arehanddetect.json
andhandtrack.json