We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e30ff86 commit 26ca54aCopy full SHA for 26ca54a
pose-detection/demos/live_video/src/index.js
@@ -53,7 +53,7 @@ async function createDetector() {
53
return posedetection.createDetector(STATE.model, {
54
runtime,
55
modelType: STATE.modelConfig.type,
56
- solutionPath: 'https://cdn.jsdelivr.net/npm/@mediapipe/pose'
+ solutionPath: 'https://cdn.jsdelivr.net/npm/@mediapipe/pose@0.3.1621277220'
57
});
58
} else if (runtime === 'tfjs') {
59
return posedetection.createDetector(
0 commit comments