- Install Visual Studio
- Install cmake by running 'pip install cmake' in your project environment
- Clone the public repository 'git clone git://github.com/ageitgey/face_recognition'
- Install face_recognition by running 'python setup.py install' inside the directory of the cloned repo in your project environment.
For a detailed explaination check out https://face-recognition.readthedocs.io/en/latest/installation.html.
- Make a directory 'data' in the main directory of the repo
- Make 2 sub-directories 'known_faces' and 'unknown_faces'
- All test images can be put into the 'unknown_faces' directory
- In the 'known_faces' directory make a sub-directory for each indivial person in you dataset. For example, make sub-directories person_1, person_2, ... inside 'known_faces' where person_1 is a directory containing all the images of 'person_1' etc
Note : Incase you are running only live video facial recognition then steps 3 and 4 are not required.