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
0
votes
1 answer

Microsoft Face API - Error 401, iOS

I have used the Subscription ID in my App and am getting following error at runtime. Error Domain=POFaceServiceClient error - http response is not success : {"error":{"code":"Unspecified","message":"Access denied due to invalid…
Aakash Dave
  • 866
  • 1
  • 15
  • 30
0
votes
1 answer

Microsoft Cognitive Face API

I have a need to consume Azure FACE API. But it is still not available in India. However If I host my application in some US servers like AWS. Will I be able to consume the API?
0
votes
1 answer

Invalid Subscription key when using Face API

I've just created a Face API key and went to Microsoft's test console to test it out but I get invalid key error as response. I could not figure out how to change westus to westcentralus so I put together a small PHP code to send the request. The…
kemkriszt
  • 280
  • 3
  • 17
0
votes
0 answers

Microsoft Face API in Android

I am using the Cognitive-Face-Android sample app found here. All are working except when I use the Identification Button. I was able to add a Group and also able to add Persons within the group and they get saved. However, when i start to add the…
phumba2
  • 3
  • 1
0
votes
1 answer

Receiving Invalid personIDs in Identify response with MSFT face API

Was wondering if anyone has crossed upon this problem: Using MSFT Cognitive Services Face API to persist Person Groups, Persons and Person Faces Am sending an image to the Face-Identify API and receiving a candidate list that includes "phantom"…
Shai Ben-Tovim
  • 892
  • 8
  • 20
0
votes
1 answer

How to check similar faces in cognitive face api using persistedFaceIds

I am using face api to compare confidence level of 2 images. i was using face list where i was adding some images and then comparing new image faceid with this list and getting its confidence level. But as mentioned in…
Rajni
  • 39
  • 2
0
votes
1 answer

Explain the result of Microsoft video API json for Face detection and tracking

How to plot the detected faces on to the video frames from the result json of face detection and tracking. I mean, how to calculate the frame number for particular event in the Json file.
letmecheck
  • 1,183
  • 8
  • 17
0
votes
2 answers

Face API Python

I am trying to use Face API Python 2.7. I wanted to make gender recognition by photo but always getting the error. This is my code: from six.moves import urllib import httplib import json params = urllib.urlencode({ 'returnFaceId': 'true', …
egorkh
  • 478
  • 8
  • 24
0
votes
1 answer

Microsoft Face API error in method identify()

I am using project oxford for Microsoft Face API in JavaScript, when I use the function "identify", I receive "Invalid request body." client.face.identify({ faces: arrayFaceId, …
0
votes
1 answer

Can we set quota limit on cognitive services API calls ?

I was just wondering whether it is possible to set limit on number calls in Cognitive Services - this is in context with - keeping API keys in the app
0
votes
1 answer

Microsoft Face Api key limit

I am using Microsoft Face Api to verify two images. I have created the api key as the picture given below. There are two api keys generated. I am confused about these two keys , whether the quota limit of 30k per month is applicable for both the…
Ajay Krishna Dutta
  • 722
  • 2
  • 7
  • 21
0
votes
1 answer

microsoft cognitive services face api browser

Was wondering if anyone knew of an existing solution for browsing the Face API data I set listing and viewing the person-group hierarchy, persisted faces and person-faces, etc. Of course my own app persists the data that has been sent/received to…
Shai Ben-Tovim
  • 892
  • 8
  • 20
0
votes
1 answer

What is significance of "Person-Group" in Microsoft Cognitive service Face API?

I am using Microsoft Cognitive service Face API for face detection. While Working I see we need to create person group and creating person group is mandatory for identifying person. I check about the "Person-Group" a lot but didn't get anything. Can…
0
votes
0 answers

Face-API: There is no persisted faces of person in group

i'm using ms github project :Facial-Recognition-Door Facial-Recognition-Door private async Task TrainingWhitelistAsync() { bool isSuccess = true; // Train whitelist after add all person Debug.WriteLine("Start…
Vincent
  • 3,124
  • 3
  • 21
  • 40
-1
votes
0 answers

How to put

I need to bind the tag with id="result-container" to the movable canvas so that they become one and move together... Link to the github repository: https://github.com/ilya060207/Test/tree/main And some code: Html: `
1 2 3
17
18