183 questions with Azure Face tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

We're sorry, your Azure subscription (subscription-id) is not in enabled state.

I can't access to my keys and endpoint for azure-face in Cognitive service in my resource group (can't see them). I made it like a month ago and then everything was working fine, but now somehow it's not available in my state (sometimes it just says…

Azure Face
Azure Face
An Azure service that provides artificial intelligence algorithms that detect, recognize, and analyze human faces in images.
183 questions
asked 2021-03-16T14:02:43.77+00:00
Nikola Lazarević 752/20 26 Reputation points
commented 2021-03-16T14:52:01.597+00:00
Anonymous
1 answer

Face API not working on IOT Edge

Hi .I have a custom model similar to CameraCapture in Azure IOT Edge.Here I pass a mp4 video and I want to detect faces. The code is working fine independently. But when I have deployed on Edge it is giving me following error. Wait time between frames :1…

Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
599 questions
Azure Face
Azure Face
An Azure service that provides artificial intelligence algorithms that detect, recognize, and analyze human faces in images.
183 questions
asked 2021-02-01T12:51:18.973+00:00
Anurag Shelar 181 Reputation points
commented 2021-03-12T23:23:25.907+00:00
António Sérgio Azevedo 7,671 Reputation points Microsoft Employee Moderator
1 answer

Azure Face: Error in Creating Large Face List(Resource Not Found)

Hello, Can you help me with my issue on my code? Detect and Find Similar works fine but when I test creating large face list it will result to 404 resource not found. Below is my code. $request_url =…

Azure Face
Azure Face
An Azure service that provides artificial intelligence algorithms that detect, recognize, and analyze human faces in images.
183 questions
asked 2021-02-21T17:55:02.57+00:00
Jay Teng 1 Reputation point
commented 2021-03-02T08:11:29.73+00:00
romungi-MSFT 48,916 Reputation points Microsoft Employee Moderator
0 answers

Zero faces returned from Face API when sending stream

I'm trying to detect if any faces in a picture using Azure Face Api. I have a Xamarin Forms apps where a picture is taken using the camera and I want to check if there are any faces there. The picture is taken using the Xamarin Community Toolkit…

Azure Face
Azure Face
An Azure service that provides artificial intelligence algorithms that detect, recognize, and analyze human faces in images.
183 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,678 questions
asked 2021-02-27T16:36:44.37+00:00
SSB 111 Reputation points
commented 2021-03-01T07:26:04.777+00:00
romungi-MSFT 48,916 Reputation points Microsoft Employee Moderator
1 answer One of the answers was accepted by the question author.

Face Recognition Sdk Content Headers

Hello Dear Microsoft Team. How can i add custom content header to FaceRecogntion Sdk? I need to set application/octet-stream for using base64 string, but i can't find this option on sdk (but i know raw API has no problem with it) Thank you

Azure Face
Azure Face
An Azure service that provides artificial intelligence algorithms that detect, recognize, and analyze human faces in images.
183 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,678 questions
asked 2021-01-19T04:39:16.283+00:00
Sergei Dubovic 41 Reputation points
accepted 2021-01-19T07:45:59.24+00:00
Sergei Dubovic 41 Reputation points
2 answers One of the answers was accepted by the question author.

Azure Face Detection: different behavior between the demo on Azure website and the acctual library.

I have a image with 2 faces: one big and one smaller. When I upload that image to the demo website at https://azure.microsoft.com/en-us/services/cognitive-services/face/#demo, it detects both faces. But when I use that image with the Python code, use…

Azure Face
Azure Face
An Azure service that provides artificial intelligence algorithms that detect, recognize, and analyze human faces in images.
183 questions
asked 2020-12-16T09:26:18.297+00:00
Phu Nguyen 41 Reputation points
accepted 2020-12-30T08:56:09.19+00:00
Phu Nguyen 41 Reputation points
4 answers One of the answers was accepted by the question author.

PersonGroup - List/Request URL

HI Very green user here - just getting my head around alot of this. Using the console, I can retrieve the list no problems, but what I would like to know is, when i copy & paste the request url…

Azure Face
Azure Face
An Azure service that provides artificial intelligence algorithms that detect, recognize, and analyze human faces in images.
183 questions
asked 2020-12-04T06:31:21.823+00:00
Adam 21 Reputation points
accepted 2020-12-06T12:11:40.697+00:00
Adam 21 Reputation points
1 answer One of the answers was accepted by the question author.

LargePersonGroup Person - Face limit management

Hi all! I would like to know if there is an automatic process when the face limit is reached in a person in LargePersonGroup (by documentation is 248 faces) and a new face is uploaded using LargePersonGroup Person - Add Face endpoint. If there's no…

Azure Face
Azure Face
An Azure service that provides artificial intelligence algorithms that detect, recognize, and analyze human faces in images.
183 questions
asked 2020-12-03T13:45:32.027+00:00
Claudio​ Lara 21 Reputation points
accepted 2020-12-03T18:55:24.887+00:00
Claudio​ Lara 21 Reputation points
2 answers

Simplify face recognition steps

Hello Azure, Is it possible to make face recognition only need one time network I/O? As I know if I want to do face recognition I need to do Send pic to do face detection. => Network I/O Send step one result to do face recognition =>…

Azure Face
Azure Face
An Azure service that provides artificial intelligence algorithms that detect, recognize, and analyze human faces in images.
183 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,678 questions
asked 2020-10-27T02:47:42.943+00:00
Max.Bom 11 Reputation points
commented 2020-11-05T04:52:38.353+00:00
Ramr-msft 17,826 Reputation points
2 answers

Facing "'recognitionModel' is invalid." error in face detection API

I am receiving following error while invoking face detect api with "recognition_03" model.. I even tried using the cognitive services API console.. { "error": { "code": "BadArgument", "message":…

Azure Face
Azure Face
An Azure service that provides artificial intelligence algorithms that detect, recognize, and analyze human faces in images.
183 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,678 questions
asked 2020-10-14T13:26:51.767+00:00
OnGrid Tech 1 Reputation point
answered 2020-10-23T22:47:27.117+00:00
YutongTie-MSFT 53,981 Reputation points Moderator
1 answer

Does the Azure TLS certificate changes affect Azure Face SDK for Python/Cognitive Services?

We use Azure Face SDK for Python https://learn.microsoft.com/en-us/azure/cognitive-services/face/quickstarts/client-libraries?pivots=programming-language-python And we use Azure Cognitive Services. Does the new Azure TLS certificate changes…

Azure Face
Azure Face
An Azure service that provides artificial intelligence algorithms that detect, recognize, and analyze human faces in images.
183 questions
asked 2020-10-09T12:43:35.393+00:00
Anonymous
answered 2020-10-12T22:58:44.8+00:00
GiftA-MSFT 11,176 Reputation points
1 answer One of the answers was accepted by the question author.

CognitiveServices.Face endpoint returns null in Visual Studio

Following this tutorial: https://learn.microsoft.com/en-us/azure/cognitive-services/face/tutorials/faceapiincsharptutorial The following line returns null. private static string faceEndpoint =…

Azure Face
Azure Face
An Azure service that provides artificial intelligence algorithms that detect, recognize, and analyze human faces in images.
183 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,678 questions
asked 2020-10-10T21:23:49.883+00:00
Egling 21 Reputation points
commented 2020-10-12T11:45:18.37+00:00
Egling 21 Reputation points
1 answer

Azure Face Detection does not retrieve all images in a large iteration

Hi everyone, I am using Azure Face detection service and the issue I am encountering is related to iteration larger than 1000. Because I have a large number of images to retrieve information, I need to iterate them. However, whenever I iterate a large…

Azure Face
Azure Face
An Azure service that provides artificial intelligence algorithms that detect, recognize, and analyze human faces in images.
183 questions
asked 2020-09-20T03:19:10.633+00:00
Lucy Doan 1 Reputation point
commented 2020-09-22T10:30:29.193+00:00
romungi-MSFT 48,916 Reputation points Microsoft Employee Moderator
2 answers

face-api error

Hello I'm daegeon I subscribed to the face api, but when I tried to access the endpoint address, resource not found is displayed. Therefore, the api is not called. endpoint is https://face-kr.cognitiveservices.azure.com/ and location is…

Azure Face
Azure Face
An Azure service that provides artificial intelligence algorithms that detect, recognize, and analyze human faces in images.
183 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,678 questions
asked 2020-06-13T11:54:54.843+00:00
Anonymous
answered 2020-09-14T15:58:17.033+00:00
Publik - Smartik 1 Reputation point
1 answer

Facing Error "404 Resource Not Found" while consuming Face Detection API on postman

Hi I am facing Error "Resouce Not Found" while Consuming Face Detection API on Postman. Details: Request Type: Post URL : <MyEndPoint>/detect Header: ContentType: application/json Ocp-Apim-Subscription-Key : <MyKey> Body …

Azure Face
Azure Face
An Azure service that provides artificial intelligence algorithms that detect, recognize, and analyze human faces in images.
183 questions
asked 2020-08-11T16:15:03.31+00:00
commented 2020-08-18T07:47:04.45+00:00
romungi-MSFT 48,916 Reputation points Microsoft Employee Moderator
1 answer

Microsoft cognitive services Face APi: We have getting problem when training the personGroupId always return training status failed

Person added successfully in person Group but when trying to train the personGroupId for face identification it gives error (There is no person or no persisted faces of person in large person group 05414f30-c0b8-4ebc-8369-4e56f91fb123).

Azure Face
Azure Face
An Azure service that provides artificial intelligence algorithms that detect, recognize, and analyze human faces in images.
183 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,678 questions
asked 2020-08-11T06:29:54.487+00:00
Surya Prakash 1 Reputation point
commented 2020-08-18T07:45:38.767+00:00
romungi-MSFT 48,916 Reputation points Microsoft Employee Moderator
1 answer

Getting Empty [] response when consuming face detection api in postman

Hi I am getting Empty Response when I request for face detection API. Kindly find my Request CURL curl --location --request POST 'https://FaceAPIDemoProject.cognitiveservices.azure.com/face/v1.0/detect' \ --header 'Content-Type:…

Azure Face
Azure Face
An Azure service that provides artificial intelligence algorithms that detect, recognize, and analyze human faces in images.
183 questions
asked 2020-08-13T11:45:56.54+00:00
answered 2020-08-14T00:45:43.827+00:00
GiftA-MSFT 11,176 Reputation points
1 answer

Facing Invalid Image URL Error while Consuming Face detection API

Keys are the same as the resource am using. I Try to cross-check on your provided page but Now I get below mention error. Request: POST…

Azure Face
Azure Face
An Azure service that provides artificial intelligence algorithms that detect, recognize, and analyze human faces in images.
183 questions
asked 2020-08-12T15:53:41.513+00:00
commented 2020-08-13T15:44:42.75+00:00
GiftA-MSFT 11,176 Reputation points
1 answer

face recognition microsoft azure v1.0 stop working

i am using v1.0 with end point :https://yourregion.api.cognitive.microsoft.com/ full url :https://yourregion.api.cognitive.microsoft.com//face/v1.0/facelists/........ with key : 'Ocp-Apim-Subscription-Key': !!!!!!!!!!!!!!!!!!. and APIs…

Azure Face
Azure Face
An Azure service that provides artificial intelligence algorithms that detect, recognize, and analyze human faces in images.
183 questions
asked 2020-07-29T11:25:00.52+00:00
Ahmed Younis 1 Reputation point
answered 2020-07-29T16:15:51.787+00:00
YutongTie-MSFT 53,981 Reputation points Moderator
1 answer

Not able to clearly find the Face API service changing prices

Not able to clearly find the Face API service changing prices. I could see two different price details for Face API service in Azure calculator and Azure Face API site pricing details. Could you please help me with this?

Azure Face
Azure Face
An Azure service that provides artificial intelligence algorithms that detect, recognize, and analyze human faces in images.
183 questions
asked 2020-07-17T13:17:49.067+00:00
Indirajithu, Ranjith 1 Reputation point
commented 2020-07-21T14:49:08.187+00:00
Indirajithu, Ranjith 1 Reputation point