Questions tagged [face-api]

Face API is a cloud-based service that provides advanced algorithm for face detection, verification, identification, and more.

Microsoft Face API is a cloud-based service that provides face algorithms.

Face API has two main functions:

  1. Face detection: detects up to 64 human faces with high precision face location in an image.

  2. Face recognition: provides functionality related to face verification, finding similar faces, face grouping, and person identification.

262 questions
-1
votes
1 answer

About using Face API in C# project

I used this project from github: https://github.com/jernejk/RealTimeFaceApi , but the result always show "Getting identity failed." My key and endpoint is correct, but I'm not sure the value of "FaceGroupId" is meaning persongroupId?(I use…
-1
votes
1 answer

How can I speed up the FaceVerify process while using Azure FaceAPI?

So we're building a PHP application where a user needs to register a picture of their Face and when they login the application takes another picture of their face and compares it with the registered image using MS Azure FaceAPI and authenticates the…
-1
votes
1 answer

how to import Microsoft Face API: Android Client Library & Sample into android studio

I need to work on microsoft cognitive service FACE API, i have downloaded the code from github, but i am unable to import the code into my android and test it. Could some one help me in importing the code into my android studio
Krishna
  • 39
  • 9
-2
votes
1 answer

Fire an event when number of face more than two

This is my code of face detection with a JavaScript API. I want to add a condition when I detect more than two faces, then do something. I want to create an extension on Chrome Browser, but I don't how can I add this condition in my code const video…
-2
votes
1 answer

Unable to recognize face using Face Recognition lib - face-api.js

Im using face-api.js from https://justadudewhohacks.github.io/face-api.js/bbt_face_recognition/.. Besides face detection, I am required to use face recognition, however, i am unable to recognize any faces using the code below. Anyone able to help…
Mandy
  • 1
  • 1
-2
votes
1 answer

How to identify more than 10 faces in Microsoft Face API

According to this doc: https://westus.dev.cognitive.microsoft.com/docs/services/563879b61984550e40cbbe8d/operations/563879b61984550f30395239 Only 10 faces can be identified even after having more than 10 faces in 'Person Groups' Is there any way we…
1 2 3
17
18