Cognitive-Face-Python | Python SDK for the Microsoft Face API | Computer Vision library
kandi X-RAY | Cognitive-Face-Python Summary
kandi X-RAY | Cognitive-Face-Python Summary
This SDK has been deprecated and been replaced by Microsoft.Azure.CognitiveServices.Vision.Face which is a part of Azure SDK. This repo contains the Python SDK for the Microsoft Face API, an offering within Microsoft Cognitive Services, formerly known as Project Oxford.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Callback for face verification
- Verify a face
- Make a request to the Cognitive face API
- Get base URL
- Image selection handler
- Parse an image
- Returns a list of similars
- Detects the face of an image
- File selection handler
- Logs a message to the console
- Get training status for a large person group
- Get a specific face
- Deletes a face from a face list
- List allisted faces in a large list
- Delete a persisted face list
- Get a single person
- List person groups
- Update a face list
- Update a persisted face
- Create a person group
- Open image dialog
- Add an image to a person group
- Adds a person to a person
- Open folder dialog
- Open face dialog
- Train a large person group
Cognitive-Face-Python Key Features
Cognitive-Face-Python Examples and Code Snippets
Community Discussions
Trending Discussions on Cognitive-Face-Python
QUESTION
I'm using Microsoft Azure Face to detect the age and gender from webcam pictures.
The code I'm using is from this Microsoft repository: https://github.com/Microsoft/Cognitive-Face-Python/tree/master/cognitive_face
The response time is taking around 2.5 to 3.5 seconds and, in my application case, this is too long.
Since I'm still using azure free account, the server is West Central US (which is not the closest to my server).
Beside changing the server, Is there any other thing I can do to reduce the response time? Or any cloud service will work like this? Then, I'll only be able to reduce the time by changing to a local SDK from other supplier.
...ANSWER
Answered 2018-Jun-01 at 18:28The network latency is probably what you'll have to focus on, the size of the image, also the pricing tier you're using for how many transactions you have per minute, and how many parameters you are requesting.
QUESTION
is it possible to add new persons to group afterwards, without re-submitting and re-training everything every time a new person is added?
The sample application (https://github.com/Microsoft/Cognitive-Face-Python) requires images per person in separate directories, to be submitted as a group.
...ANSWER
Answered 2018-Apr-10 at 19:32You can add persons to a group anytime you want as long as you don't exceed the limits. However in order for the new persons (or the faces you added for the existing persons) to be used in the "Identify" process you need to call "train". Otherwise newly added persons (or faces) won't be found.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install Cognitive-Face-Python
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page