Skip to content

Commit 26ca54a

Browse files
authored
[pose-detection]Fix demo. (#766)
BUG
1 parent e30ff86 commit 26ca54a

File tree

3 files changed

+163
-151
lines changed

3 files changed

+163
-151
lines changed

pose-detection/demos/live_video/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ async function createDetector() {
5353
return posedetection.createDetector(STATE.model, {
5454
runtime,
5555
modelType: STATE.modelConfig.type,
56-
solutionPath: 'https://cdn.jsdelivr.net/npm/@mediapipe/pose'
56+
solutionPath: 'https://cdn.jsdelivr.net/npm/@mediapipe/pose@0.3.1621277220'
5757
});
5858
} else if (runtime === 'tfjs') {
5959
return posedetection.createDetector(

0 commit comments

Comments
 (0)