ShiqiYu / libfacedetection

An open source library for face detection in images. The face detection speed can reach 1000FPS.
Other
12.27k stars 3.05k forks source link

develop libface detection for face recognition #322

Closed problemSolvingProgramming closed 2 years ago

problemSolvingProgramming commented 2 years ago

Hi

Is it possible to develop this program for face recognition in C ++ language with database?

carck commented 2 years ago

This library is for face detection, you will need another model for example "facenet" to get face embeddings for each detected face.