登录 注册
当前位置:主页 > 资源下载 > 9 > emotion-detector.js:Node.js中的情感识别下载

emotion-detector.js:Node.js中的情感识别下载

  • 更新:2024-10-23 20:34:26
  • 大小:3.05MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

情感检测器 使用和在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 }, //