Unable to run the demo on Computer Vision Face recognition
I have a Free subscription and would like to learn more on Computer Vision Face recognition. When I select Face and then select a photo, it recognizes my subscription but it asks for a resource. When I select the dropdown box, it does not show the…
Computer Vision
Azure Face
Azure Computer VIsion - Face unable to load examples or pictures
I am unable to run the example for Computer Vision Face. I have the Free Subscription but it does not show up on my drop down. Here are my steps: I enter Vision Studio select Face select Detect Faces on Image select one of the sample images and…
Azure Face
Face API is being limited. Which services will still be supported?
Hello, I have read that some features of the Azure Face API are being limited. Which of the following features need for the form registration? Face.Detect Face.FindSimilar Face.Group Face.Identify Face.Verify I…
Azure Face
Unable to use Face API -Forbidden Error
I'm trying to experiment with the Face API cognitive service provided by Azure. I'm using the following C# code . public static IFaceClient Authenticate(string endpoint, string key) { return new FaceClient(new…
Azure Face
Azure AI services
Video retrieval using api
Hello, I’m very confused about this input of retirval api, can you please offer more information about the input limitation. I have tried that but the regular format is not working for me.
Azure Face
azure face api
whats available for azure face API?What I can do with basic access? Does it worth to apply the access? How long it take?
Azure Face
I want to use the FACE API identification service but cant despite having approval
I want to use the FACE API identification service in power automate. Y company boss applied for permission to use 1:N identification and it was approved for the company azure subscription. However I still get unauthorized error whenever I try to access…
Azure Face
Does FACE API 'emotion' work?
face_client.face.detect_with_stream( img, return_face_attributes=['emotion'] ) This is python method for using FACE API. When you used this method recently, please send me the total code. FACE API 'emotion' doesn't work. 'pip install --upgrade…
Azure Face
Management customer, is there a way to check or register for a partner?
I'm looking for a way to turn off the FaceApi service I was using due to access restrictions. https://customervoice.microsoft.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbR7en2Ais5pxKtso_Pz4b1_xUQjA5SkYzNDM4TkcwQzNEOE1NVEdKUUlRRCQlQCN0PWcu I…
Azure Face
Azure AI services
我要怎麼從Azure帳戶創造臉部識別?
Azure 臉部識別有限制。 不能從帳戶上使用臉部識別。
Azure Face
Problem recognizing new faces added to a group already containing faces
Hi I have a problem recognizing new faces add to a group already containing faces. I created a group of people with faces, which succeeded in identifying with the identify function, but when I added new people and their faces to this group everything…
Azure Face
FaceAPI使用申請で許可をいただき使用していたが、10月7日以降FaceAPIのリクエストが404エラーとなるが、解決策をしりたい
FaceAPIの登録申請をし、許可をいただき、 2018年より使用していたFaceAPIでの顔認証を、継続利用していたが、10月7日より突然以下URLが404エラーとなり、使用不可の状態となっている 解決策をしりたい https://westus.api.cognitive.microsoft.com/face/v1.0/detect?returnFaceId=true&returnFaceLandmarks=false Updating the issue details AS-IS in…
Azure Face
Issue with Face API Octet Stream Input
Hi team, Please see the issue details below: Summary: Issue with Face API Octet Stream Input Issue Type: Technical Subscription: Microsoft Azure Enterprise Service Type: Cognitive Services Resource: IA007FaceAPI Problem Type: API Errors and…
Azure Face
Azure AI services
face API service access
Our research team has recently applied for access to the Face API service for our academic project. We submitted our application to [limacctr@microsoft.com] a few weeks ago and are eager to know the status of our request. Thank you!
Azure Face
Face recognition API returns "blocked calls, response code 429"
We were previously using face recognition until our access ended on June 30. We have since partnered with a Microsoft Partner and believed we would still have access. However, we continue to receive "blocked calls, response code 429" with each…
Azure Face
APIErrorException: (InvalidImageSize)
I am working on face recognition using azure face Api. I have two sets of data. 1, students data(contain one images of per student I have 100 students total) 2, cctv frames data(contains photos of cctv feeds that has students faces I have 10 frames) I…
Azure Face
APIErrorException: (InvalidImageSize)
I am working on face recognition using azure face Api. I have two sets of data. 1, students data(contain one images of per student I have 100 students total) 2, CCTV frames data(contains photos of CCTV feeds that has students faces I have 10…
Azure Container Instances
Azure Machine Learning
Azure Blob Storage
Azure Face
How to fix Microsoft.Azure.CognitiveServices.Vision.Face.Models.APIErrorException: Operation returned an invalid status code 'Forbidden'
I have created a new FACE API and trying to test the API but its showing Microsoft.Azure.CognitiveServices.Vision.Face.Models.APIErrorException: Operation returned an invalid status code 'Forbidden' error, I could find some answers which are saying this…
Azure Face
Azure Face API
Good afternoon, I'm currently working with a Not for Profit customer who extensively uses Face API for their charity work, they received the following message today from Microsoft even though they've been in regular contact, we are desperately seeking…
Azure Face
How send image in base64 in azure cognitive services face
Hi everyone. How i can send a image in base 64? I trying send using application/octet-stream in the header and the body with : "/9j/4a......" Then i received the error" { "error": { "code":…