AWS only allows us to compare the largest one face in a group image against collection, then how should I identify other faces in that image.
I know face recognition is possible in an image with multiple faces, but that only provides bounding boxes of faces.
From SearchFacesByImage - Amazon Rekognition:
To search for all faces in an input image, you might first call the
IndexFaces
operation, and then use the face IDs returned in subsequent calls to theSearchFaces
operation.
IndexFaces
detects up to 100 faces in an image and returns Bounding Box information about each face. Therefore, you could:
IndexFaces
on the source imageSearchFaces