0

在分析视频中的情绪时,有没有办法设置产生汇总结果的频率?

我目前正在使用 Microsoft Cognitive Services Emotion API ( https://www.microsoft.com/cognitive-services/en-us/emotion-api ),但我找不到任何关于此的文档。

在进行一些研究时,我发现可以使用 Azure 媒体分析设置间隔(https://azure.microsoft.com/en-us/documentation/articles/media-services-face-and-emotion-detection/)。特别是通过设置一个预设,例如:

{  
  "version": "1.0", 
  "options": {
    "aggregateEmotionWindowMs": "987",
    "mode": "aggregateEmotion",
    "aggregateEmotionIntervalMs": "342"
  }
}

我正在寻找与 Microsoft Cognitive Services Emotion API 类似的东西。

谢谢。

4

2 回答 2

0

你是对的,你可以通过媒体服务编辑器设置检测间隔。您需要使用认知 API 是否有特定原因?

于 2016-11-16T18:26:06.430 回答
0

这在今天的 Microsoft 认知服务中是不可能的。只能在通过 Azure 媒体服务调用服务时设置预设。

于 2016-11-13T17:16:04.677 回答