Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How many people are in the image? What is the order of face coding? #1442

Open
zzy-life opened this issue Aug 20, 2022 · 1 comment
Open

Comments

@zzy-life
Copy link

  • face_recognition version:
  • Python version:
  • Operating System:

Description

I have three faces in an image. Can the order of face coding return be controlled? For example, return coding from left to right。

What I Did

        encodingsimg = face_recognition.load_image_file(file)
        locs = face_recognition.face_locations(encodingsimg)
        encodings = face_recognition.face_encodings(encodingsimg, locs)
@zzy-life
Copy link
Author

The coding obtained so far seems to be disordered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant