-
emotion-detector.js:Node.js中的情感识别下载
资源介绍
情感检测器
使用和在Node.js中进行情感识别。
一些例子
安装
npm i emotion-detector -g
如何使用它
在给定图像上绘制结果(如Examples )
emotion - detector - js draw - i . / images / input . jpg - o . / output . jpg - c white
将结果输出到终端
emotion - detector - js info - i . / images / input . jpg
// Output:
// [ { face: { x: 251, y: 58, height: 82, width: 82 },
// emotion: 'happy' },
// { face: { x: 478, y: 73, height: 88, width: 88 },
//
- 上一篇: CMU11-777 multimodal machine learning Fall 2019讲义
- 下一篇:没有了