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

facerec_from_webcam.py spelling mistake of "Encoding" line 40 #1569

Open
Mr-Dark-debug opened this issue May 29, 2024 · 2 comments
Open

facerec_from_webcam.py spelling mistake of "Encoding" line 40 #1569

Mr-Dark-debug opened this issue May 29, 2024 · 2 comments

Comments

@Mr-Dark-debug
Copy link

  • face_recognition version: 1.3.0
  • Python version: 3.12.3
  • Operating System: Windows 11
  • file: Example/facerec_from_webcam.py

Description

The spelling of the Encoding word is wrong in the facerec_from_webcam.py file

here is the problem:

# Find all the faces and face enqcodings in the frame of video
    face_locations = face_recognition.face_locations(rgb_frame)
    face_encodings = face_recognition.face_encodings(rgb_frame, face_locations)

corrected the spelling mistake

# Find all the faces and face encodings in the frame of video
    face_locations = face_recognition.face_locations(rgb_frame)
    face_encodings = face_recognition.face_encodings(rgb_frame, face_locations)
@Mr-Dark-debug
Copy link
Author

Can i pull the repo and coreect this issue

@Mr-Dark-debug
Copy link
Author

i have created a pull request that corrects this please review that and let me know

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