espressif / esp-who

Face detection and recognition framework
Other
1.64k stars 458 forks source link

There will be problems when there are a large number of registered faces (AIV-541) #224

Closed nkahdoh801 closed 1 year ago

nkahdoh801 commented 1 year ago

When the number of registered faces is greater than 250(at examples/human_face_recognition/lcd Demo, Use esp32s3 board) Log: W (50278) ENROLL: recognizer->get_enrolled_id_num() value =254  W (50378) ENROLL: recognizer->get_enrolled_id_num() value =254  I (51058) detection_result: [ 0]: ( 49, 44, 167, 207) I (51058) detection_result: left eye: ( 86, 102), right eye: (136, 107), nose: (108, 131), mouth left: ( 85, 158), mouth right: (127, 162) I (51068) RECOGNIZE: Similarity: 0.864973, Match ID: 939524176

recognize_result.id = 939524176 > 254

It is suspected that the returned value is wrong

Auroragan commented 1 year ago

please check latest master.