Kairos enroll API返回响应的置信度.这是什么意思? [英] Kairos enroll API returns confidence in the response. What does it mean?

查看:66
本文介绍了Kairos enroll API返回响应的置信度.这是什么意思?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在探索Kairos面部识别API. API/enroll用于将图像上传到Kairos以获取subject_id.我注意到enroll API的响应包含置信度分数.该图像被视为新图像.这种信心是什么意思?当您验证图像时,在这种情况下,置信度得分很重要.但是,在上传图像时,API为什么会返回可信度?

I am exploring Kairos Facial Recognition APIs. The API /enroll is used for uploading an image to Kairos for a subject_id. I noticed that the response of enroll API contains a confidence score. The image is treated as a new image. What does this confidence mean? When you verify an image, in that case the confidence score is important. But while uploading an image, why does the API return a confidence?

我假设,API将图像与该subject_id之前上传的图像进行比较,并返回置信度.是这种情况还是其他情况?

I assume, the API compares the image to the images uploaded before for that subject_id and returns the confidence. Is this the case or is it something else?

API文档: API_docs .

以下是示例回复供参考:

Here is a sample response for reference:

{
    "face_id": "f2f0f8de43e545f8aff",
    "images": [
        {
            "attributes": {
                "age": 40,
                "asian": 0.13225,
                "black": 0.00103,
                "gender": {
                    "femaleConfidence": 0.00028,
                    "maleConfidence": 0.99972,
                    "type": "M"
                },
                "glasses": "None",
                "hispanic": 0.09578,
                "lips": "Together",
                "other": 0.27899,
                "white": 0.49195
            },
            "transaction": {
                "confidence": 0.99932,
                "eyeDistance": 30,
                "face_id": "f2f0f8de43e545f8aff",
                "gallery_name": "ps-recognize",
                "height": 70,
                "image_id": 1,
                "pitch": -14,
                "quality": 0.10107,
                "roll": -4,
                "status": "success",
                "subject_id": "vinod-khanna.&**@~`%$#_=+/",
                "timestamp": "1526029231708",
                "topLeftX": 124,
                "topLeftY": 42,
                "width": 70,
                "yaw": 1
            }
        }
    ]
}

推荐答案

是的,从文档中还不清楚.

Yes, this isn't clear from the documentation.

对于/recognize和/verify,置信度%表示与请求一起发送的面部与被比较的面部有多相似.

For /recognize and /verify the confidence % represents how similar the face sent in with the request is to the the face being compared against.

对于/detect和/enroll,置信度表示引擎对发现人脸的信心.通常,您会看到这些值的98-99%范围.

For /detect and /enroll the confidence represents how confident the engine is that it found a face. Usually you will see 98-99 percent range for those values.

披露:Kairos.com首席技术官

Disclosure: Kairos.com CTO

这篇关于Kairos enroll API返回响应的置信度.这是什么意思?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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