Operating System: Zorin OS 16 Ultimate (Based on Ubuntu 20.04 LTS)
Description
I'm trying to compare a single face from webcam with list of face encodings and it just shows:
Traceback (most recent call last):
File "/home/uac/Documents/PyCharmProjects/face_compare/scripts/main.py", line 94, in <module>
name = known_face_names[best_match_index]
IndexError: list index out of range
What I Did
Just ran the script and detected a face from the webcam.
please help as I'm stuck here since a week.
thanks for the help in advance.
Hello,
Description
I'm trying to compare a single face from webcam with list of face encodings and it just shows:
What I Did
please help as I'm stuck here since a week. thanks for the help in advance.