mirror of https://github.com/vladmandic/human
fix emotion labels
parent
f586b8d3b1
commit
049facf72b
|
@ -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