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.