dusty-nv / jetson-inference

Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson.
https://developer.nvidia.com/embedded/twodaystoademo
MIT License
7.75k stars 2.97k forks source link

Face Recognition using facenet. #942

Closed apoorvmishra28 closed 3 years ago

apoorvmishra28 commented 3 years ago

Hi @dusty-nv , I'm trying to build face recognition system. So, facenet is working fine in detecting faces but I need some suggestion regarding the integration of face recognition alongside facenet. Can you please help me out with your suggestion.

dusty-nv commented 3 years ago

Hi @apoorvmishra28, you might want to check out DLIB, I believe it does face recognition. Essentially the features from the detected faces are stored in a database and compared against later to find matches.

fasa79 commented 2 years ago

Hi @apoorvmishra28 and @dusty-nv . I m still new here. Do you mind to share where can I find the DLIB and so I can learn to do the face recognition.