Calling the face and emotion API at the same time

扶醉桌前 提交于 2019-12-12 04:20:02

问题


My goal is to take the live camera sample and create an app that uses the emotion api and the face api at the same time. Whenever it detects a face it should say Gender , Age , Emotion , Emotion detection confidance in a one string. I am having trouble with that because all of the function are async aurrnd it does frame analysis (analysis function) individually. Thanks for your help.


回答1:


Hello from Cognitive Services - Face API dev team, we are going to support emotion analyze during detection (in next release which should happen before April). It invoke the same interface provided by emotion API. So just be a little more patient and feel free to reach us if you have any further questions.

Bests, Xuan (Sean) Hu.




回答2:


I have tried calling the same API via classes about frame analysis try checking How to Analyze Videos in Real-time



来源:https://stackoverflow.com/questions/42590351/calling-the-face-and-emotion-api-at-the-same-time

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!