Skip to content

Commit

Permalink
Merge pull request yeemachine#1 from avaer/main
Browse files Browse the repository at this point in the history
Fix brow LM indices left/right
  • Loading branch information
yeemachine authored Nov 10, 2021
2 parents cb0f705 + c8d85a7 commit 2238821
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FaceSolver/calcEyes.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ const points = {
right: [263, 362, 387, 386, 385, 373, 374, 380],
},
brow: {
left: [35, 244, 63, 105, 66, 229, 230, 231],
right: [265, 464, 293, 334, 296, 449, 450, 451],
left: [265, 464, 293, 334, 296, 449, 450, 451],
right: [35, 244, 63, 105, 66, 229, 230, 231],
},
pupil: {
right: [468, 469, 470, 471, 472],
Expand Down

0 comments on commit 2238821

Please sign in to comment.