mirror of https://github.com/vladmandic/human
update iris objects
parent
62cb09d2e4
commit
06b7922f62
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"inputs": {
|
||||
"dist/human.esm.js": {
|
||||
"bytes": 1905418,
|
||||
"bytes": 1905314,
|
||||
"imports": []
|
||||
},
|
||||
"demo/draw.js": {
|
||||
|
@ -38,14 +38,14 @@
|
|||
"dist/demo-browser-index.js.map": {
|
||||
"imports": [],
|
||||
"inputs": {},
|
||||
"bytes": 1919325
|
||||
"bytes": 1919207
|
||||
},
|
||||
"dist/demo-browser-index.js": {
|
||||
"imports": [],
|
||||
"exports": [],
|
||||
"inputs": {
|
||||
"dist/human.esm.js": {
|
||||
"bytesInOutput": 1898884
|
||||
"bytesInOutput": 1898780
|
||||
},
|
||||
"demo/draw.js": {
|
||||
"bytesInOutput": 7704
|
||||
|
@ -60,7 +60,7 @@
|
|||
"bytesInOutput": 19421
|
||||
}
|
||||
},
|
||||
"bytes": 1951833
|
||||
"bytes": 1951729
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -40,7 +40,7 @@
|
|||
"imports": []
|
||||
},
|
||||
"src/face/coords.js": {
|
||||
"bytes": 37909,
|
||||
"bytes": 37915,
|
||||
"imports": []
|
||||
},
|
||||
"src/face/facepipeline.js": {
|
||||
|
@ -419,7 +419,7 @@
|
|||
"dist/human.esm.js.map": {
|
||||
"imports": [],
|
||||
"inputs": {},
|
||||
"bytes": 1825683
|
||||
"bytes": 1825565
|
||||
},
|
||||
"dist/human.esm.js": {
|
||||
"imports": [],
|
||||
|
@ -437,7 +437,7 @@
|
|||
"bytesInOutput": 2413
|
||||
},
|
||||
"src/face/coords.js": {
|
||||
"bytesInOutput": 30817
|
||||
"bytesInOutput": 30713
|
||||
},
|
||||
"src/face/facepipeline.js": {
|
||||
"bytesInOutput": 9381
|
||||
|
@ -542,7 +542,7 @@
|
|||
"bytesInOutput": 22
|
||||
}
|
||||
},
|
||||
"bytes": 1905418
|
||||
"bytes": 1905314
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -40,7 +40,7 @@
|
|||
"imports": []
|
||||
},
|
||||
"src/face/coords.js": {
|
||||
"bytes": 37909,
|
||||
"bytes": 37915,
|
||||
"imports": []
|
||||
},
|
||||
"src/face/facepipeline.js": {
|
||||
|
@ -419,7 +419,7 @@
|
|||
"dist/human.js.map": {
|
||||
"imports": [],
|
||||
"inputs": {},
|
||||
"bytes": 1825690
|
||||
"bytes": 1825572
|
||||
},
|
||||
"dist/human.js": {
|
||||
"imports": [],
|
||||
|
@ -435,7 +435,7 @@
|
|||
"bytesInOutput": 2413
|
||||
},
|
||||
"src/face/coords.js": {
|
||||
"bytesInOutput": 30817
|
||||
"bytesInOutput": 30713
|
||||
},
|
||||
"src/face/facepipeline.js": {
|
||||
"bytesInOutput": 9381
|
||||
|
@ -540,7 +540,7 @@
|
|||
"bytesInOutput": 22
|
||||
}
|
||||
},
|
||||
"bytes": 1905492
|
||||
"bytes": 1905388
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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