- Face Verification
- Face Identification
pip install -r requirements.txt
python.exe .\face_verification.py --image_1 ./verification_test_images/img_1.jpg --image_2 ./verification_test_images/img_2.jpg --threshold 25
- Put the pictures of different people in a folder and name the folder after that person. Finally, put all the folders in a face bank folder
- Create your own face bank using the CreateFaceBank class.
main.ipynb
main.ipynb