yumaofan / jetson_nano_demo

Some great implement of deep learning algorithm in Nvidia jetson nano platform. Such as face recognition, object detection, etc.
70 stars 38 forks source link

Performance was poor. #3

Closed yichengye310 closed 5 years ago

yichengye310 commented 5 years ago

Unable to recognize faces. Any hint on how to improve? Thank you.

yumaofan commented 5 years ago

@yeyicheng Can you supply more information? This code works great for me, just FPS is a little bit slower. Did you created a "face_db" folder and put your images to it? ensure only one person in one image.

yichengye310 commented 5 years ago

@AaronFan1992 Yes, I did. The code did box every face, but failed to recognize the person in the box. Always show unknown. PanJian

1
yichengye310 commented 5 years ago

I just changed the threshold to .4 and then the code recognized the face.

yumaofan commented 5 years ago

@yeyicheng It's an unreasonable approach, maybe you can create some side face images to your face_db, or move the camera to in front of the face. lower the threshold maybe get the wrong result.

yichengye310 commented 5 years ago

@AaronFan1992 Thank you. I will try.