Skip to content

Facial Recognition with cpp using state of the art insightface model.

License

Notifications You must be signed in to change notification settings

KiLJ4EdeN/face_recognition_cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

face_recognition_cpp

Facial Recognition with cpp using state of the art insightface model.

DONE

functionallity to compare two images using cosine distance.

TODO

fast face cropping model face alignment saveable embeddings to collect a database of faces and do 1 to N comparisons.

usage

Download the model .pb file from URL

The Main Python Project is located at URL

# install opencv.
cd thirdparty
wget https://github.com/opencv/opencv/archive/2.4.13.5.zip
bash opencv.sh
cd ..
# build the project.
buildproj.sh

run

cp PATH_TO_MODEL/insightface.cpp PATH_TO_REPO/models
cd PATH_TO_REPO
./bin/match IMAGE1_PATH IMAGE2_PATH 
# ex ./bin/match images/test.jpg images/test.jpg

About

Facial Recognition with cpp using state of the art insightface model.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published