Cognitive-Face-Python
Cognitive-Face-Python copied to clipboard
Python SDK for the Microsoft Face API, part of Cognitive Services
Hi, if I use your service in my research paper, how to cite it properly? https://azure.microsoft.com/zh-cn/services/cognitive-services/face/
some indent in code
 Hello I need help, I met this error when i try to run. I already change the KEY and BASE_URL. Thankyou
As the default value is "recognition_01" for recognition model, it can be necessary to choose alternative value to match the model used in the Person Group / Faces settings. Otherwise,...
I executed an Identify faces from a Large group person. However, if I identify faces in a photo which has more than 10 faces, I will get the error "The...
Hi, I saw that one of the pull requests "recognition_model" hasn't been merged yet. Because of this, I am experiencing a Response 400 error: `BadArgument | 'recognitionModel' is incompatible.` I...
I would like to ask you, can i do something like migration or scale up the data from existing person group to large person group? From the first place I...
As of the update March 2019 a newer, updated model has been added. In this version you can now change between the two by specifying the parameter "recognition_model" in face.detect...
I am a student that got tasked to run a lot of face compares through the verification function of the API with a custom algorithm written to automate it. How...
Rate limiting is hard to handle higher up in code. It would be extremely useful if there was a globally shared rate limiter that can be set (or voided entirely)...