Skip to content

Multiple faces detected in the provided image for source_face. #15

@cagrisungur

Description

@cagrisungur

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions