Real-time face recognition in unconstrained environments, based on InsightFace. 🧑
pip install -r requirements.txt
Download weights
run the following command:
python creatـfaceـbank.py
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