[auto] raise default min detection confidence to 0.75

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
main
name 2026-04-11 17:37:21 -07:00
parent b5c1da1073
commit 461a8fa934
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ export const DEFAULT_SETTINGS: PoseSettings = {
model: 'pose_landmarker_heavy', model: 'pose_landmarker_heavy',
delegate: 'GPU', delegate: 'GPU',
numPoses: 1, numPoses: 1,
minDetectionConfidence: 0.5, minDetectionConfidence: 0.75,
minTrackingConfidence: 0.5, minTrackingConfidence: 0.5,
minPresenceConfidence: 0.5, minPresenceConfidence: 0.5,
stepThresholdX: 0.17, stepThresholdX: 0.17,