Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
UUoocl committed Aug 12, 2024
1 parent d757db1 commit 7c14a71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/loadScripts.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
//Load MediaPipe libraries when needed
//Pose Dectection
//Pose Detection
const mpPoseButton = document.getElementById("startPoseDetectButton");
mpPoseButton.addEventListener("click", () => loadScript('mpPose.js',true));

//Hand landmark dectection
//Hand landmark detection
const mpHandButton = document.getElementById("startHandLandmarks");
mpHandButton.addEventListener("click", () => loadScript('mpHand.js',true));

//Face landmark dectection
//Face landmark detection
const mpFaceButton = document.getElementById("startFaceLandmarks");
mpFaceButton.addEventListener("click", () => loadScript('mpFace.js',true));

Expand Down

0 comments on commit 7c14a71

Please sign in to comment.