[auto] raise default min detection confidence to 0.75
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>main
parent
b5c1da1073
commit
461a8fa934
|
|
@ -16,7 +16,7 @@ export const DEFAULT_SETTINGS: PoseSettings = {
|
|||
model: 'pose_landmarker_heavy',
|
||||
delegate: 'GPU',
|
||||
numPoses: 1,
|
||||
minDetectionConfidence: 0.5,
|
||||
minDetectionConfidence: 0.75,
|
||||
minTrackingConfidence: 0.5,
|
||||
minPresenceConfidence: 0.5,
|
||||
stepThresholdX: 0.17,
|
||||
|
|
|
|||
Loading…
Reference in New Issue