Skip to content

Commit

Permalink
Update handpose_video.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fustyles authored Apr 24, 2022
1 parent d4792f3 commit 6a28af4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion handpose_20200614/handpose_video.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ window.onload = function () {
lastValue = -1;
drawKeypoints(context, res, predictions[0].annotations);
lastValue = -1;
drawKeypoints(context_point, res, predictions[0].annotations);
drawKeypoints(context_point, res, predictions[0].annotations);

if (typeof recognitionFinish === 'function') recognitionFinish();
}
setTimeout(function(){DetectVideo(); }, 100);
});
Expand Down

0 comments on commit 6a28af4

Please sign in to comment.