我们可以计算Faceid&客户端的FaceRectangle使用Microsoft Cognitive Services Face API? [英] Can we calculate Faceid & FaceRectangle in Client Side using Microsoft Cognitive Services Face API ?

查看:62
本文介绍了我们可以计算Faceid&客户端的FaceRectangle使用Microsoft Cognitive Services Face API?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述




我正在尝试使用Microsoft Cognitive Services Face API构建一个应用来检测,识别和验证人脸。




我们可以在客户端计算facerectangle(面部检测)而不将图像发送到服务器(Microsoft Cognitive Services Endpoint)吗?

Hi,

I am trying to build an app to detect , identify and verify face using Microsoft Cognitive Services Face API.

can we calculate facerectangle (face detection ) in client side without sending image to the Server (Microsoft Cognitive Services Endpoint) ?

推荐答案

您好,

您可以使用
容器
,用于检测面,因为它提供了标准化的Linux容器Docker,名为Face,用于检测图像中的人脸,并识别属性,包括面部标志(如鼻子和眼睛),性别,年龄和其他机器预测的
面部特征。除了检测之外,Face还可以使用置信度分数检查同一图像中的两个面部或不同图像是否相同,或者将面部与数据库进行比较以查看是否已存在具有相似外观或相同的面部。它可以使用共享的视觉特征将
组织成相似的面孔。

You can use containers to detect faces as it provides a standardized Linux container for Docker, named Face, which detects human faces in images, and identifies attributes, including face landmarks (such as noses and eyes), gender, age, and other machine-predicted facial features. In addition to detection, Face can check if two faces in the same image or different images are the same by using a confidence score, or compare faces against a database to see if a similar-looking or identical face already exists. It can also organize similar faces into groups, using shared visual traits.

请求访问
私有注册表容器
使用容器。在运行容器以进行计费时,还需要提供计费密钥和端点。基于所使用的API的响应将提供面部矩形坐标,可以由
您的应用程序使用。

Please request access to private registry container to use the containers. The billing key and endpoint also needs to be provided when running the container for billing purposes. The response based on the API used will provide the face rectangle co-ordinates which can be used by your application.


这篇关于我们可以计算Faceid&客户端的FaceRectangle使用Microsoft Cognitive Services Face API?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆