Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 520 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 520 Bytes

face-align

Aligns faces to a template picture and create a timelapse video using ffmpeg

Make sure root has:

  • shape_predictor_68_face_landmarks.dat download and unzip this model
  • template.jpg all input imgs will align to the face in this img
  • input/ contains all input imgs as jpgs
  • output/ will contain the algined frames as jpgs

To run:

$ python3.10 main.py

output.mp4 will be output into root