关于FACE API的问题 [英] question on FACE api

查看:101
本文介绍了关于FACE API的问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

专家

我将使用Face api来实现我的Web门户的人脸识别

I would use face api to implement face recognition of my web portal

https://westus.dev.cognitive.microsoft.com/docs/services/563879b61984550e40cbbe8d/operations/563879b61984550f30395236

https://westus.dev.cognitive.microsoft.com/docs/services/563879b61984550e40cbbe8d/operations/563879b61984550f30395236

在面部识别码规范上,它说,

on the face id spec, in response, it said 

检测到的人脸,由检测API创建,它将在检测调用后24小时失效.要返回它,它 需要"returnFaceId"参数为true.

Unique faceId of the detected face, created by detection API and it will expire 24 hours after the detection call. To return this, it requires "returnFaceId" parameter to be true.


它将过期24侦查电话后的几个小时.

是否表示是否我将faceid(作为基础)保存在db中,24小时后,用户登录系统并制作了另一个新的faceid,

does it mean if I save the faceid (as base) in db , after 24 hours, the users login the system and make another new faceid,

我是否仍可以使用验证带有2个Faceid的api,以检查登录名是否是同一个人?

或不能因为第一个过期了

非常感谢您.

delaynomore.

delaynomore.

推荐答案

给出查询人脸的faceId ,以从faceId数组,面部列表或大型面部列表中搜索外观相似的面部. faceId数组包含 ,创建后24小时将失效. "faceListId"是由   ;包含不会过期的persistedFaceIds.以及"largeFaceListId";由    ;包含不会过期的persistedFaceIds.

Given query face's faceId, to search the similar-looking faces from a faceId array, a face list or a large face list. faceId array contains the faces created by Face - Detect, which will expire 24 hours after creation. A "faceListId" is created by FaceList - Create containing persistedFaceIds that will not expire. And a "largeFaceListId" is created by LargeFaceList - Create containing persistedFaceIds that will also not expire. 

所以,如果您把您的faceId到FaceList或LargeFaceList,它将永不过期.

注意事项,

Yutong


这篇关于关于FACE API的问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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