fix emotion labels

pull/293/head
Vladimir Mandic 2021-01-06 06:51:20 -05:00
parent a2a2b8b7fc
commit a33f2cb41b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import { log } from '../log.js';
import * as tf from '../../dist/tfjs.esm.js'; import * as tf from '../../dist/tfjs.esm.js';
import * as profile from '../profile.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 = {}; const models = {};
let last = []; let last = [];
let skipped = Number.MAX_SAFE_INTEGER; let skipped = Number.MAX_SAFE_INTEGER;