Face Detection

免费增值
通过 Goldware APIs | 已更新 एक महीने पहले | Visual Recognition
人气

6.2 / 10

延迟

3,184ms

服务等级

100%

Health Check

N/A

README

Fast and Reliable Computer Vision

Our Face Detection API delivers fast and accurate computer vision at an unmatched price. We’ll handle all the machine learning, allowing you to integrate face detection capabilities into your product with minimal effort. Our scalable architecture and load balancing systems provide low latency and flexibility, allowing us to handle requests efficiently in times of high demand.

Provide an image as a URL and the API will return the bounding box of each detected face (top left and bottom right coords), along with a confidence rating.

Parameters

image - The URL of the image to be processed. Must be ‘image/jpeg’ or ‘image/png’. E.g. https://storage.googleapis.com/goldware/demo.jpg
range - Optimal range of the face detection mode. Default: long
     long is highly recommended for most images as short range may struggle to detect faces at medium/long distances. Use short if your images have a small number of very close range faces and you are getting false positive results.

Example Response

{
  "detected_faces": [
    {
      "bbox": {
        "x1": 410,
        "y1": 293,
        "x2": 508,
        "y2": 424
      },
      "confidence": 0.9999239444732666
    },
    {
      "bbox": {
        "x1": 1245,
        "y1": 209,
        "x2": 1340,
        "y2": 341
      },
      "confidence": 0.9997527003288269
    }
  ]
}
关注者:0
API 创建者:
Rapid account: Goldware AP Is
Goldware APIs
gold-apis
登录并给 API 打分
打分:5 - 投票:1