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.
-
not working Api for local files (base64 binary encoded data)
Not working Api for local files (base64 binary encoded data)
I converted test image from PHP example to base64 binarry data: (https://upload.wikimedia.org/wikipedia/commons/3/37/Dagestanimanand_woman.jpg) and after sending it to to endpoint I got always :
"error": {
"code": "InvalidImage",
"message": "Decoding error, image format unsupported."
}}
When I use in url mode it's working well , but in our project we can't use this toll in that way. Please post working example for PHP with passing local binary data of file.
--
regards
Peter2 votes -
not working Api for local files (base64 binary encoded data)
Not working Api for local files (base64 binary encoded data)
I converted test image from PHP example to base64 binarry data: (https://upload.wikimedia.org/wikipedia/commons/3/37/Dagestanimanand_woman.jpg) and after sending it to to endpoint I got always :
"error": {
"code": "InvalidImage",
"message": "Decoding error, image format unsupported."
}}
When I use in url mode it's working well , but in our project we can't use this toll in that way. Please post working example for PHP with passing local binary data of file.
--
regards
Peter2 votes -
1 vote
-
Calling Face API with local images instead of image-URLs in nodeJS?
I have local images that I want to use the Face API on, but it's not possible in my context to upload all images and then get the URL.
Is there a way to call the Face API on these local images with NodeJS?2 votes -
PDF
Supporting of images contained in PDF files will be appreciated. Form Recognizer already has this feature.
3 votes -
AntiSpoofing
Api should have real face detection
3 votes -
جلال
Short dark hair
1 vote -
Calling Face API from another Web API
I am trying to call Face Detect API from another Web API.
Its not working. on running its giving error.The thread 0x1754 has exited with code 0 (0x0).
1 vote -
Beard on face detct doesn't work normaly on people with Beard
There's a problem when we want to know if people have beard or not. I explain:
this picture(https://typeset-beta.imgix.net/elite-daily/2016/06/07173235/fckboy-with-beard.jpg) is a man with beard but when I put it inside Face Detect : here's the result:
"facialHair": {"moustache": 0.1,
"beard": 0.1,
"sideburns": 0.1
}As you can see Face says that this man have no beard.
But when I put this picture(https://previews.123rf.com/images/tverdohlib/tverdohlib1611/tverdohlib161103035/66973877-frown-handsome-bearded-man-with-beard-moustache-and-gray-hair-stylish-hipster-male-in-blue-checkered.jpg) which is another man with beard, the API will send me this:
"facialHair": {"moustache": 0.9,
"beard": 0.9,
"sideburns": 0.6
}So it's working with some pictures and the others aren't working. Maybe it's…
7 votes -
face verification application
Built a face verification application with Node.js and Azure (storage and face api)
https://medium.com/me/stats/post/b7173f5576c52 votes -
face detection cannot find faces in some pictures
The face API cannot find any faces in both of the pictures:
https://fortunedotcom.files.wordpress.com/2016/11/nad12_a.jpg
2 votes -
2 votes
-
Please display the scores sorted by likelihood.
Like the existing emotion api demo, which shows raw json results, but list the json results sorted by liklihood.
Especially with the use of scientific notation, it is tricky to see the opt results otherwise.1 vote -
Evitar Fraudes através do Reconhecimento Facial
É possível detectar ou evitar a utilização de uma foto do rosto (foto armazenada em um celular por exemplo). O objetivo seria para evitar a utilização da Face de uma outra pessoa para obter acesso a um determinado local, ou ainda registrar o ponto dessa pessoa, fraudando assim o processo?
2 votes -
Evitar Fraudes através do Reconhecimento Facial
É possível detectar ou evitar a utilização de uma foto do rosto (foto armazenada em um celular por exemplo). O objetivo seria para evitar a utilização da Face de uma outra pessoa para obter acesso a um determinado local, ou ainda registrar o ponto dessa pessoa, fraudando assim o processo?
2 votes -
I hope pics uploaded to free face recognition tool are not stored forever
I am referring to the recognition tools on Azure's Face API and Emotion webpages.
1 vote -
integrate xamarin app to your services
integrate xamarin app to your services integrate
3 votes -
Emotion API
Per the Emotion API page: "The Emotion API will be deprecated on February 15, 2019. The emotion recognition capability is now generally available as part of the Face API."
Well, I don't see anything about emotions on the Face API documentation. I've spent the past few weeks working on a project that utilizes the Emotion API and what's here doesn't even come close to covering what I need. Is it hidden? Is it planned?
2 votes -
More information on confidence scores
I am struggling to find more information on the confidence levels being used with face API and what and how 0.5 was arrived at for the IsIdentical. Presumably this was set after lots of testing of images for accuracy. I would like to know if there is anymore information on how likely it would be to get a 0.5 for two faces and for them to not be of the same person.
2 votes -
Emotion detection
I have been trying the face api, but except happiness, sadness, and surprise everything else is being detected as neutral for most of the time. Could not get anger or disgust.
1 vote
- Don't see your idea?