Skip to content

Algorithm for calculating average face from multiple images

Notifications You must be signed in to change notification settings

nairadethya/FaceAveraged

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

average-face

Algorithm for calculating average face from multiple images

To detect faces, face landmarks and save them to file run from https://github.com/tzutalin/dlib-android/blob/master/data/shape_predictor_68_face_landmarks.dat`

To run face averaging

  • first run the face_landmark_detector.py after adding the path to the face predictor landmark and to the images folder

  • then add the photos into the images folder, and delete the k.txt file from the images folder

  • make sure that the photos are of the format jpg

  • then run the face_average.py

About

Algorithm for calculating average face from multiple images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%