bearsprogrammer / real-time-deep-face-recognition

using facenet algorithm
MIT License
233 stars 100 forks source link

list index out of range error #29

Open anveshchidura opened 6 years ago

anveshchidura commented 6 years ago

File "realtime_facenet_git.py", line 124, in if HumanNames[best_class_indices[0]] == H_i: IndexError: list index out of range

AllYoung commented 5 years ago

训练的种类个数比HumanNames数组中的个数少,导致了数组越界。