You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "face.py", line 836, in
ui = MainWindow()
File "face.py", line 77, in init
self.get_userinfo_fromapifile()
File "face.py", line 217, in get_userinfo_fromapifile
self.person.append(face_recognition.face_encodings(face_recognition.load_image_file(user["avatar"]))[0])
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "face.py", line 836, in
ui = MainWindow()
File "face.py", line 77, in init
self.get_userinfo_fromapifile()
File "face.py", line 217, in get_userinfo_fromapifile
self.person.append(face_recognition.face_encodings(face_recognition.load_image_file(user["avatar"]))[0])
IndexError: list index out of range
@66pig
你好,当我配置识别的人超过3个的时候
会出现这个错误
Traceback (most recent call last):
File "face.py", line 836, in
ui = MainWindow()
File "face.py", line 77, in init
self.get_userinfo_fromapifile()
File "face.py", line 217, in get_userinfo_fromapifile
self.person.append(face_recognition.face_encodings(face_recognition.load_image_file(user["avatar"]))[0])
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: