Skip to content

Commit

Permalink
increase num poses to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
eyaler committed Jun 9, 2024
1 parent f64bff5 commit 5e2c740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ async function capture() {
delegate: 'GPU'
},
runningMode: 'VIDEO',
numPoses: 2,
numPoses: 3,
minPoseDetectionConfidence: .5,
minPosePresenceConfidence: .5,
minTrackingConfidence: .5,
Expand Down

0 comments on commit 5e2c740

Please sign in to comment.