We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am getting a problem when running the code for face recognition for the webcam
I tried both of these commands : python3 facerec_from_webcam_faster.py python facerec_from_webcam_faster.py
and I keep getting this error: face_locations = face_recognition.face_locations(rgb_small_frame) TypeError: 'list' object is not callable
The text was updated successfully, but these errors were encountered:
please advice as soon as possible
Sorry, something went wrong.
can you show your code first? And I will help you to check.
No branches or pull requests
Description
I am getting a problem when running the code for face recognition for the webcam
What I Di:
I tried both of these commands :
python3 facerec_from_webcam_faster.py
python facerec_from_webcam_faster.py
The text was updated successfully, but these errors were encountered: