Skip to content

MohamadNematizadeh/Face-Recognition

Repository files navigation

Face Recognition 🧑

Real-time face recognition in unconstrained environments, based on InsightFace. 🧑

about


How to run

pip install -r requirements.txt

Download weights

create bank in face image:

run the following command:

python creatÙ€faceÙ€bank.py

Inference:

For face detection, run the following command:

python Face_Verification.py --image1 {YORE IMAGE} --image2 {YORE IMAGE}

For face identification, run the following command:

python face_identification.py --input {YORE IMAGE} --update

Then run same command as above with --update argument. Note that After each change in ./face_bank directory, you should use --update again.

For Face ID game, run the following command:

python Face_ID_game.py 

About

Face Recognition using Python 🧑

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages