face-recognition-service | Face recognition online service , allow | Computer Vision library
kandi X-RAY | face-recognition-service Summary
kandi X-RAY | face-recognition-service Summary
Face recognition online service, allow user training it.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of face-recognition-service
face-recognition-service Key Features
face-recognition-service Examples and Code Snippets
Community Discussions
Trending Discussions on face-recognition-service
QUESTION
I'm finding the right way to use AWS Rekognition service.
My problem is How to verify a person image on multi collections, I'm reading Build Your Own Face Recognition Service Using Amazon Rekognition | AWS Machine Learning Blog from Amazon but cannot find the implementation document for it. My point is Face verification title.
Update 1:
My target is: Using AWS Rekognition to get person's info by their face.
My problem is: How to make AWS Rekognition improves its accuracy when recognizing a face.
What I tried:
- Upload multi captured portraits of a person with same ExternalImageID but I'm not sure it works or not.
- Finding a way to create Collection for each person, then upload person's portraits to their Collection but I don't how to search a face through multiple Collections.
- I'm trying use S3 for storage people's images then using Lambda function to do something that I've not got yet.
Update 2:
- What is your input material: Input materials are some people's portrait photo with ExternalImageID is their name (eg: my portrait photo will have ExternalImageID is "Long").
- What are you trying to do: I'm trying to get ExternalImageID when I send a portrait photo of a registered person. (eg: with my other portrait photo, AWS has to response ExternalImageID is "Long").
- Do you have it working, but it is not recognizing some people? Yes, it's work but sometimes it cannot recognize exactly people.
- Please tell us your use-case / scenario and what you are trying to accomplish:
- Create an AWS Rekognition collection with sample name (eg facetest).
- Register some people with their name is ExternalImageID.
- Submit an image to AWS Rekognition API to get ExternalImageID - his name.
ANSWER
Answered 2018-Jul-10 at 03:33Okay, so basically you have it working but it doesn't always recognise the person. I'll assume it does not even list the person in the response, even with a low percentage.
I would recommend adding multiple images of the same person to the Face Collection, specifying the same ExternalImageId
for each image. (Use one Face Collection with all people in it, including multiple images of the same person.)
Please note that "If you provide the same image, specify the same collection, and use the same external ID in the IndexFaces operation, Amazon Rekognition doesn't save duplicate face metadata." However, adding different images with the same ExternalImageId
should be fine.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install face-recognition-service
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