Search Faces in System

FindFace Multi allows you to search for individuals throughout the entire system.

You may specify a face to search for in one of the following ways:

  • by uploading a photo

  • by event ID

  • by object ID

  • by cluster ID

To find an individual by uploading a photo, do the following:

  1. Upload a photo with the POST /detect method.

  2. Attach source image file and send the POST request.

  3. In the response you will get id of the object and the coordinates of bbox of the face.

  4. If there are multiple faces in the image, select the one of your interest. Copy the value of id of the necessary object to use it for search with GET /cards/humans/ method in the looks_like field in this way: detection:<detection id>.

  5. You may also use:

    • event:<event id> (face, body, or car)

    • object:<object id> (face, body or car)

    • cluster:<cluster id>

  6. You will see the search results in response. Example. If necessary, you can narrow down your search by specifying a watch list, similarity threshold, etc.