Face
Welcome to the Face Forum
Categories
API – Any ideas or feedback pertaining to features or enhancements to Face API.
Documentation – Any ideas or suggestions for the API Reference or Documentation.
Language Support – Submit a request to have a particular language supported.
Samples & SDK Request – Let us know if you would like to see a Code sample or SDK provided.
Attention!
We have moved our Customer Feedback & Ideas for Azure Cognitive Services portal to the Azure Feedback Forum.
-
Support for more than 1,000 faces in face lists in Face API
Need a way to go beyond 1,000 faces in face lists with the face api when doing identification tasks.
4 votesHello,
While personGroups are still limited to 1,000 people, you are now able to add up to 1,000 personGroups to the standard tier, for a total of 1 million person objects.
personGroups are now limited to 10,000 people.
Thanks,
Luke -
Can somebody give an idea how to integrate celebrity face recognition of Computer Vision Api into android studio?
Any idea regarding how to make an app using This api into android studio?
2 votesHello,
Celebrity recognition is provided through the Computer Vision API instead of the Face API.
For information about how to do this, search for “celebrity” on the following pages:
https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/home
https://westus.dev.cognitive.microsoft.com/docs/services/56f91f2d778daf23d8ec6739/operations/56f91f2e778daf14a499e1faThanks,
Luke -
Photo Requirement API
For issuing an ID card, we ask patrons to upload a photo that meets requirements similar to the College Board SAT photo standard available at https://collegereadiness.collegeboard.org/sat/register/policies-requirements/photo. It would be nice to have an API that validates the standard.
3 votes -
Ability to use face and Emotion API with one single file upload
To be able to use faceAPI and EmotionAPI with one single file upload.
I'm using the boxes param quite well at the moment but still I need to send the picture to both endpoints and that's very costly to us just because I want to extract only the face orientation + emotions
Or the best option should be to enable face orientation of emotions.
5 votes -
Hair Analysis
Hair analysis. hair color(blonde,...), hair type(long, nohair, short hair,..)
12 votes -
Provide Flow for PowerApps (Face and Speech prioritized)
Provide prebuilt Face API (and Speech as well if possible) flow capabilities for Microsoft Flow that they can be used in PowerApps on modern devices with microphone and camera capabilities (phone, tablet, desktop computers). They could be used to interact and authenticate with the application.
6 votesPrebuilt flow capabilities for the Face API is now completed:
Further details available here: https://flow.microsoft.com/en-us/connectors/shared_faceapi/face-api/
-
/verify should also take persistedFaceIds
Currently /verify only takes faceIds, it could also take persistedFaceIds from personobjects which would improve ease of use
11 votes -
Get also age and gender with the Emotion API
If we want to get the age or gender along with the emotion of a person, we need to call different APIs. I think it is a common scenario, so having all this information with a single Emotion API could be a great improvement.
28 votes -
Support for more than 1,000 person objects in Face API
Need a way to go beyond 1,000 person objects with the face api when doing identification tasks.
39 votesWhile personGroups are still limited to 1,000 people, you are now able to add up to 1,000 personGroups to the standard tier, for a total of 1 million person objects.
personGroups are now limited to 10,000 people.
-
Face API: Custom confidence threshold for Find Similar / Identify
For the usecase of "find the most similar face from a group or face list, even if it's not the same person", it would be nice to be able to provide custom thresholds for Find Similar and Identify.
There seems to be a fairly high internal threshold by default, the idea is to be able to override that.
Also please include default thresholds in the docs (if any).14 votesHappy to announce this was released to the service as part of our July 2016 update and we recently updated the C#, Python, iOS, and Android packages on GitHub to support these changes as well.
Finding Similar Face API: Added optional mode field enabling selection of two working modes, default matchPerson works the same as before, and new mode matchFace removes the same person filtering. If mode field is not specified, the behavior is the same as the past release.
Face Identification API: Optional user-specified confidenceThreshold is enabled for user to define the confidence threshold of whether one face belong to a person object.
Please take a look and provide feedback or requests for additional features.
Thanks!
- Don't see your idea?