Andreas Zoega Vikke https://andreasvikke.dk/
Martin Eli Frederiksen https://github.com/MartinFrederiksen
This project is a Facial Recognition libary which can be imported into other programs or run standalone form the Command-line.
It's created in Python and is run with the use of OpenCV and dlib
Libary | Version |
---|---|
dlib | 19.19.0 |
opencv-python | 4.2.0.34 |
Model |
---|
dlib_face_recognition_resnet_model_v1 |
shape_predictor_68_face_landmarks |
You can use this libary standalone in the command-line:
$ python FacialRecognition.py PATH
Replace PATH with an image or video path. PATH can also be an integer corresponding to an index of a webcam
Press Q to close the CLI
Get webcam output with Facial Recogniton:
$ python FacialRecognition.py 1
Get faces on image with features and tolerance at 0.62:
$ python FacialRecognition.py PATH -f=True -t=0.62