From 84032c0568ef10a116d14014bd811d24382efa78 Mon Sep 17 00:00:00 2001 From: edjustice <41233668+edjustice@users.noreply.github.com> Date: Fri, 2 Oct 2020 16:21:16 +0530 Subject: [PATCH 1/2] Update style.css --- style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/style.css b/style.css index 827f853..d1e468a 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,6 @@ body { background: -webkit-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%); } - button { appearance: none; outline: 0; From a5a7dcb19386be3f17dd156c7fa19b6697402a15 Mon Sep 17 00:00:00 2001 From: edjustice <41233668+edjustice@users.noreply.github.com> Date: Fri, 2 Oct 2020 16:21:44 +0530 Subject: [PATCH 2/2] Update video.js --- video.js | 1 - 1 file changed, 1 deletion(-) diff --git a/video.js b/video.js index 09b2c11..e9cc9c8 100644 --- a/video.js +++ b/video.js @@ -66,7 +66,6 @@ function calEyes() { leftEye = pose.keypoints[1].position; // keypoints are the points representing the different joints on the body recognized by posenet - while (defaultRightEyePosition.length < 1) { defaultRightEyePosition.push(rightEye.y); }