DEV Community

Discussion on: How to automate attendance record with face recognition, Python and React

Collapse
 
harichandu13 profile image
hari Chandan

Hey Berge Maxim,
I am getting the below error while running the get_name_from_camera_feed.py file.
Could you please help me out why am I facing this problem.

File "get_name_from_camera_feed.py", line 49, in
known_face_encodings.append(face_recognition.face_encodings(face)[0])
IndexError: list index out of range