mirror of https://github.com/vladmandic/human
update iris objects
parent
e4a85fcb85
commit
f7a51349bf
|
@ -45,8 +45,8 @@ const MESH_TO_IRIS_INDICES_MAP = [ // A mapping from facemesh model keypoints to
|
|||
{ key: 'EyeLower1', indices: [16, 17, 18, 19, 20, 21, 22, 23, 24] },
|
||||
{ key: 'EyeLower2', indices: [32, 33, 34, 35, 36, 37, 38, 39, 40] },
|
||||
{ key: 'EyeLower3', indices: [54, 55, 56, 57, 58, 59, 60, 61, 62] },
|
||||
{ key: 'EyebrowUpper', indices: [63, 64, 65, 66, 67, 68, 69, 70] },
|
||||
{ key: 'EyebrowLower', indices: [48, 49, 50, 51, 52, 53] },
|
||||
// { key: 'EyebrowUpper', indices: [63, 64, 65, 66, 67, 68, 69, 70] },
|
||||
// { key: 'EyebrowLower', indices: [48, 49, 50, 51, 52, 53] },
|
||||
];
|
||||
|
||||
const UV468 = [
|
||||
|
|
Loading…
Reference in New Issue