|
@@ -236,7 +236,7 @@ export default {
|
|
let hands = await this.detector.estimateHands(video, {
|
|
let hands = await this.detector.estimateHands(video, {
|
|
flipHorizontal: false,
|
|
flipHorizontal: false,
|
|
});
|
|
});
|
|
- console.log(hands);
|
|
|
|
|
|
+ // console.log(hands);
|
|
if (hands.length > 0 && this.isCamera) {
|
|
if (hands.length > 0 && this.isCamera) {
|
|
let handsA = hands[0].keypoints;
|
|
let handsA = hands[0].keypoints;
|
|
let _58y = handsA[5].y / handsA[8].y;
|
|
let _58y = handsA[5].y / handsA[8].y;
|