Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
body {
background: -webkit-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
}

button {
appearance: none;
outline: 0;
Expand Down
1 change: 0 additions & 1 deletion video.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down