Skip to main content
Version: 0.10.0

Type Alias: DetectKeypointsOptions

DetectKeypointsOptions = object

Defined in: extensions/cv/tasks/keypointDetection.ts:60

Optional configuration parameters for keypoint detection inference.

Properties​

confidenceThreshold?​

readonly optional confidenceThreshold: number

Defined in: extensions/cv/tasks/keypointDetection.ts:65

Minimum confidence score threshold for detections. If omitted, uses KeypointDetectorOptions.defaultConfidenceThreshold.


iouThreshold?​

readonly optional iouThreshold: number

Defined in: extensions/cv/tasks/keypointDetection.ts:70

Intersection over Union (IoU) threshold for NMS. If omitted, uses KeypointDetectorOptions.defaultIouThreshold.