Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 986 Bytes

README.md

File metadata and controls

35 lines (29 loc) · 986 Bytes

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