Open nohhem opened 6 years ago
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
please advice as soon as possible
can you show your code first? And I will help you to check.
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