来自认知 API 的情绪结果——面部与情绪
Emotion results from the cognitive APIs - face vs emotion
编辑:问题是根据 Azure 支持的要求添加的。
人脸 API(检测)的情绪结果是否与情绪 API 返回的结果相同?
EDIT2:如果你从面部看结果API,那么你可以从照片中得到情绪,而这并没有对情绪提出请求API。我想知道它是否与您从 Face API 获得的结果相同,就像您请求情绪 API 一样。 Face API 的结果似乎是四舍五入的。
提供答案:
The Emotion API takes a facial expression in an image as an input, and returns the confidence across a set of emotions for each face in the image, as well as bounding box for the face, using the Face API.
来源是here
编辑:问题是根据 Azure 支持的要求添加的。
人脸 API(检测)的情绪结果是否与情绪 API 返回的结果相同?
EDIT2:如果你从面部看结果API,那么你可以从照片中得到情绪,而这并没有对情绪提出请求API。我想知道它是否与您从 Face API 获得的结果相同,就像您请求情绪 API 一样。 Face API 的结果似乎是四舍五入的。
提供答案:
The Emotion API takes a facial expression in an image as an input, and returns the confidence across a set of emotions for each face in the image, as well as bounding box for the face, using the Face API.
来源是here