Skip to content

Replication of original faceswap paper with some modification

Notifications You must be signed in to change notification settings

Nisarg221B/FaceSwap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FaceSwap ( DeepFake )

This project involves swapping the face of one image with another while preserving the original image's essential features such as pose, expression, and lighting.

This project is focused on demonstrating the importance of facial input alignment in relation to deep fakes.

Tech Stack

  • Python3
  • PyTorch , sci-kit-learn , Pandas , Numpy , Matplotlib , open-cv
  • Colab

Authors

Screenshots

  • Image A to A

Image A

  • Image B to B

Image B

  • Image B Swapped with Image A

B-A

Demo

  • Original Image A and Image B

  • The below gifs comprises of the decoding of Image A to Image A and the swapping of Image A to Image B.

References

Note : this is Replication of original faceswap paper with some modification

Original paper and code