Algorithm for calculating average face from multiple images
To detect faces, face landmarks and save them to file run
python face_landmark_detector.py -p <path to Dlib shape predictor model> -f <path to folder with images>
To run face averaging
python face_average.py -p <path to folder with images>