Skip to content

Commit 5f53a4b

Browse files
farisnlina128
andauthored
[facemesh] Fix. 61th point added to lipsLowerOuter list. (#874)
Co-authored-by: Na Li <[email protected]>
1 parent b1a1a5f commit 5f53a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

face-landmarks-detection/src/mediapipe-facemesh/keypoints.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const MESH_ANNOTATIONS: {[key: string]: number[]} = {
2323
],
2424

2525
lipsUpperOuter: [61, 185, 40, 39, 37, 0, 267, 269, 270, 409, 291],
26-
lipsLowerOuter: [146, 91, 181, 84, 17, 314, 405, 321, 375, 291],
26+
lipsLowerOuter: [61, 146, 91, 181, 84, 17, 314, 405, 321, 375, 291],
2727
lipsUpperInner: [78, 191, 80, 81, 82, 13, 312, 311, 310, 415, 308],
2828
lipsLowerInner: [78, 95, 88, 178, 87, 14, 317, 402, 318, 324, 308],
2929

0 commit comments

Comments
 (0)