mirror of https://github.com/vladmandic/human
fix emotion labels
parent
4fb7fa77da
commit
41ff6e50af
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": 1905422,
|
||||
"bytes": 1905423,
|
||||
"imports": []
|
||||
},
|
||||
"demo/draw.js": {
|
||||
|
@ -38,14 +38,14 @@
|
|||
"dist/demo-browser-index.js.map": {
|
||||
"imports": [],
|
||||
"inputs": {},
|
||||
"bytes": 1919447
|
||||
"bytes": 1919448
|
||||
},
|
||||
"dist/demo-browser-index.js": {
|
||||
"imports": [],
|
||||
"exports": [],
|
||||
"inputs": {
|
||||
"dist/human.esm.js": {
|
||||
"bytesInOutput": 1898888
|
||||
"bytesInOutput": 1898889
|
||||
},
|
||||
"demo/draw.js": {
|
||||
"bytesInOutput": 7704
|
||||
|
@ -60,7 +60,7 @@
|
|||
"bytesInOutput": 19421
|
||||
}
|
||||
},
|
||||
"bytes": 1951837
|
||||
"bytes": 1951838
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -120,7 +120,7 @@
|
|||
]
|
||||
},
|
||||
"src/emotion/emotion.js": {
|
||||
"bytes": 3077,
|
||||
"bytes": 3078,
|
||||
"imports": [
|
||||
{
|
||||
"path": "src/log.js"
|
||||
|
@ -419,7 +419,7 @@
|
|||
"dist/human.esm.js.map": {
|
||||
"imports": [],
|
||||
"inputs": {},
|
||||
"bytes": 1825785
|
||||
"bytes": 1825786
|
||||
},
|
||||
"dist/human.esm.js": {
|
||||
"imports": [],
|
||||
|
@ -455,7 +455,7 @@
|
|||
"bytesInOutput": 1909
|
||||
},
|
||||
"src/emotion/emotion.js": {
|
||||
"bytesInOutput": 1807
|
||||
"bytesInOutput": 1808
|
||||
},
|
||||
"src/embedding/embedding.js": {
|
||||
"bytesInOutput": 1318
|
||||
|
@ -542,7 +542,7 @@
|
|||
"bytesInOutput": 22
|
||||
}
|
||||
},
|
||||
"bytes": 1905422
|
||||
"bytes": 1905423
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -120,7 +120,7 @@
|
|||
]
|
||||
},
|
||||
"src/emotion/emotion.js": {
|
||||
"bytes": 3077,
|
||||
"bytes": 3078,
|
||||
"imports": [
|
||||
{
|
||||
"path": "src/log.js"
|
||||
|
@ -419,7 +419,7 @@
|
|||
"dist/human.js.map": {
|
||||
"imports": [],
|
||||
"inputs": {},
|
||||
"bytes": 1825792
|
||||
"bytes": 1825793
|
||||
},
|
||||
"dist/human.js": {
|
||||
"imports": [],
|
||||
|
@ -453,7 +453,7 @@
|
|||
"bytesInOutput": 1909
|
||||
},
|
||||
"src/emotion/emotion.js": {
|
||||
"bytesInOutput": 1807
|
||||
"bytesInOutput": 1808
|
||||
},
|
||||
"src/embedding/embedding.js": {
|
||||
"bytesInOutput": 1318
|
||||
|
@ -540,7 +540,7 @@
|
|||
"bytesInOutput": 22
|
||||
}
|
||||
},
|
||||
"bytes": 1905496
|
||||
"bytes": 1905497
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -120,7 +120,7 @@
|
|||
]
|
||||
},
|
||||
"src/emotion/emotion.js": {
|
||||
"bytes": 3077,
|
||||
"bytes": 3078,
|
||||
"imports": [
|
||||
{
|
||||
"path": "src/log.js"
|
||||
|
@ -419,7 +419,7 @@
|
|||
"dist/human.node-gpu.js.map": {
|
||||
"imports": [],
|
||||
"inputs": {},
|
||||
"bytes": 700318
|
||||
"bytes": 700319
|
||||
},
|
||||
"dist/human.node-gpu.js": {
|
||||
"imports": [],
|
||||
|
@ -456,7 +456,7 @@
|
|||
"bytesInOutput": 1991
|
||||
},
|
||||
"src/emotion/emotion.js": {
|
||||
"bytesInOutput": 1882
|
||||
"bytesInOutput": 1883
|
||||
},
|
||||
"src/embedding/embedding.js": {
|
||||
"bytesInOutput": 1369
|
||||
|
@ -540,7 +540,7 @@
|
|||
"bytesInOutput": 20
|
||||
}
|
||||
},
|
||||
"bytes": 308548
|
||||
"bytes": 308549
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@ import { log } from '../log.js';
|
|||
import * as tf from '../../dist/tfjs.esm.js';
|
||||
import * as profile from '../profile.js';
|
||||
|
||||
const annotations = ['angry', 'disgust', 'fear', 'happy', 'sad', 'surpise', 'neutral'];
|
||||
const annotations = ['angry', 'disgust', 'fear', 'happy', 'sad', 'surprise', 'neutral'];
|
||||
const models = {};
|
||||
let last = [];
|
||||
let skipped = Number.MAX_SAFE_INTEGER;
|
||||
|
|
Loading…
Reference in New Issue