I am using the dev branch of the project.
When the input photo contains multiple faces the request fails.
Is this the expected behavior?
_face_embedding.py
if len(detected_faces) > 1: raise ValueError(f"Multiple faces detected in the provided image for {face_name}.")
Question
If there are multiple faces in an image, does the program detect them in a specific order, such as left to right? Can we allow the user to select which face they want to use?