Permissions to use Azure Face Api
Hi! I want to request permissions to use Azure Face Api. When filling out the form, they ask for an application id. But I only have the Face Api resource created. Do I have to create an application in Azure? How is it linked to the resource I have…
Face Api signup
I have signed up for azure vision api. Ive received an email from MS AI team mentioning that that details provided do not match with partner centre account. In partner centre account I have tried several times submitting the documents but it just gets…
I am getting access denial error while calling face api but I have the active subscription.
I am getting an access denial error ()401) while calling a face api but I have an active subscription. I am trying to call this api: endpoint + f'/face/v1.0/persongroups/{person_group_id}' This the code: create_person_group(FACE_KEY, FACE_ENDPOINT,…
Cannot use Face API feature "FaceAttributeType.smile or FaceAttributesType.emotion"
Hi Team, I am trying to identify whether a person in an image is happy or angry. I was using the mslearn-ai-vision GitHub repository and attempting to use the Face API to detect the emotion features of the person in the image. However, it throws an…
The "azure-ai-vision-faceanalyzer" package required for the Liveness Detection on the frontend doesn't exist in npm.
The "azure-ai-vision-faceanalyzer" package required for the Liveness Detection on the frontend doesn't exist in npm. How then can we perform liveness detection if this crucial package does not exist?
FACE Api document
https://westus.dev.cognitive.microsoft.com/docs/services/563879b61984550e40cbbe8d/operations/563879b61984550f30395236 this service provide 503 internal server error please provide a solutions for using…
I applied for the Face API, but I'm encountering a 403 error.
I have applied for the Face API and received approval for usage. However, I keep encountering a 403 error when calling the identify function. Is there another API I need to apply for, or what could be the problem? Please let me know
How to use Azure Face API on RTSP streaming?
Hello, We checked the Azure Face API functionality. We got good accuracy value but its latency is so high on RTSP streaming as screen got freezes. Need support here how we can built this solution using Azure Face API with python.
Will Azure Face Liveness Detection be available on .NET MAUI ?
We want to use Azure Face Liveness Detection on .NET MAUI, however the only available supported methods are Kotlin/Java , IOS, and JavaScript for Web Application. Is there any upcoming SDK for .NET MAUI ,if so, when is the expected date of release. Thank…
Azure AI Facial Recognition Error UnsupportedFeature
Hi, The Cognitive Services have approved our application for the following use case: [Face API] Facial Verification (1:1 matching) with optional facial liveness detection for identity verification to grant access to digital or physical services or…
Azure Face API - Invalid Request + JSON parsing error
Firstly, I am disappointed with Azure’s inconsistency with limited access. On one of your Learn articles, it was stated that only the Identify and Verify features required registration. However, on another article, it was stated that the entire Face…
"PermissionDenied" while calling face api with my account of azure
Hi Thank you for your interest in our limited access services. Microsoft offers Limited Access services to customers and partners who have Microsoft account managers assigned to them (check the details here). Unfortunately, we have reviewed your…
Need to do a Face detection and get demographic data on rtsp stream URL using Azure services
I would like to use some of the Azure service for my project. Idea is to stream encoded video stream using rtsp endpoint, expecting Azure to decode and perform face detection and give person details like name, department on it in real time. What are the…
"Operation returned an invalid status code 'Forbidden'", how can I solved it?
Hello, I am learning how to use the Face API to be able to do a facial recognition project. I started practicing with the example provided by Microsoft in the following link…
Getting resource not found error on click of custom domain name in azure AI face api
I have created new Face API service with standard tier, When i click on domain name its taking me to new page where i am getting resource not found error
How can I add a custom parameter to a face with Face API?
Hello. I am creating a PersonGroup in which I am going to add people and faces, but I need to add a specific parameter for my project, how can I add this parameters from the Cognitive Services page? I thought it could be added from the "Add…
Does westus.dev.cognitive.microsoft.com make real REST requests to my Face API resource or is it just a supporting page?
Hello, I am starting to work with Face API for the development of an application that uses face identification. I have been reading the documentation offered by Microsoft, but the following is still not clear to me: does the Cognitive Services website…
What is the default value for the face recognition model when creating a new Group Person?
I'm working with the Azure Face API service for face recognition and identification. Most of my implementation is complete, but I've encountered an issue while creating a new Person Group. I'm passing the recognitionModel parameter, but it's being…
"InvalidRequest" How to fix this error if I have access to use facial recognition?
Hello, I am using Face API - Identify from the Cognitive Services page, but when making a request the following error appears:I do not understand the error shown since access was requested from Microsoft and was accepted. I attach an image of the email…
How to correctly access Azure AI Vision Face Client SDK?
Hi, I'm trying to access the Azure AI Vision Face SDK to use Face ID in a project. I requested access from Microsoft to use the API and they granted it. I read the access instructions but when trying to use the code provided in the acceptance email to…