Interface: PoseEstimationOptions
Defined in: types/poseEstimation.ts:90
Options for pose estimation inference
Properties
detectionThreshold?
optionaldetectionThreshold:number
Defined in: types/poseEstimation.ts:91
inputSize?
optionalinputSize:number
Defined in: types/poseEstimation.ts:103
Input size for multi-method models. For YOLO models, valid values are typically 384, 512, or 640. Maps to forward_384, forward_512, forward_640 methods.
keypointThreshold?
optionalkeypointThreshold:number
Defined in: types/poseEstimation.ts:97
Per-keypoint visibility threshold (0-1). Keypoints whose visibility
score is below this are emitted as (-1, -1) so consumers can skip them.
Defaults to the model config's defaultKeypointThreshold (typically 0.5).