This repository contains an implementation of my smooth face shifter. This algorithm solves the problem of face shaking when transferring a face to a video. The face-alignment library was used to detect the key points of the face, and the FaceShifter network was used to transfer the face.
- Face detection
- Cropping
- Padding
- Ratation
- Align with Active Appearance Model
- Overlay
- Face swap with FaceShifter
- Video processing
- Processing multiple faces