Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 551 Bytes

README.md

File metadata and controls

19 lines (18 loc) · 551 Bytes

video-faceswap-tool

face swapping from video to video from image to video, and from image to image.

Features

  1. extract and compress videos, check the code below.
python test-extract-videos.py
  1. get face landmarks, check the code below.
python test-get-face-landmarks.py
  1. faceswap from video to video, check the code below.
python test-face-swap.py

Thanks

  1. face-swap-tutorial
  2. GeneFacePlusPlus