Type Alias: DetectKeypointsOptions
DetectKeypointsOptions =
object
Defined in: extensions/cv/tasks/keypointDetection.ts:60
Optional configuration parameters for keypoint detection inference.
Properties
confidenceThreshold?
readonlyoptionalconfidenceThreshold:number
Defined in: extensions/cv/tasks/keypointDetection.ts:65
Minimum confidence score threshold for detections. If omitted, uses KeypointDetectorOptions.defaultConfidenceThreshold.
iouThreshold?
readonlyoptionaliouThreshold:number
Defined in: extensions/cv/tasks/keypointDetection.ts:70
Intersection over Union (IoU) threshold for NMS. If omitted, uses KeypointDetectorOptions.defaultIouThreshold.