face_recognition
face_recognition copied to clipboard
IndexError: list index out of range
- face_recognition version:
- Python version: 3.8
- Operating System: Linux Mint
Description
I simply paste all the code and install libraries, but I've got this error: IndexError: list index out of range
What I Did
Complete Output:
Traceback (most recent call last):
File "/home/[USER]/Desktop/face_recognition/system.py", line 19, in <module>
obama_face_encoding = face_recognition.face_encodings(obama_image)[0]
IndexError: list index out of range
you can do this
I am attaching a file.
I am doing pull request of my code u can check it out
this is probably because no faces were found