ageitgey / face_recognition

The world's simplest facial recognition api for Python and the command line
MIT License
53.53k stars 13.5k forks source link

problem when running the code for face recognition for the webcam #312

Open nohhem opened 6 years ago

nohhem commented 6 years ago

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

and I keep getting this error: 
 face_locations = face_recognition.face_locations(rgb_small_frame)
TypeError: 'list' object is not callable
nohhem commented 6 years ago

please advice as soon as possible

FiveMaster commented 6 years ago

can you show your code first? And I will help you to check.