Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Prnet | 4,794 | 10 months ago | n,ull | mit | Python | |||||
Joint 3D Face Reconstruction and Dense Alignment with Position Map Regression Network (ECCV 2018) | ||||||||||
Simswap | 3,100 | 15 days ago | 244 | other | Python | |||||
An arbitrary face-swapping framework on images and videos with one single trained model! | ||||||||||
Deepfakes_faceswap | 2,792 | 5 years ago | 14 | Python | ||||||
from deekfakes' faceswap: https://www.reddit.com/user/deepfakes/ | ||||||||||
Faceit | 756 | 5 years ago | 14 | Python | ||||||
A script to make it easy to swap faces in videos using the faceswap library, and YouTube videos. | ||||||||||
Face_swap | 634 | 4 years ago | 8 | gpl-3.0 | C++ | |||||
End-to-end, automatic face swapping pipeline | ||||||||||
Faceswap | 572 | 6 years ago | 9 | mit | C++ | |||||
Real-time FaceSwap application built with OpenCV and dlib | ||||||||||
Faceswap | 446 | 2 years ago | Python | |||||||
Swap face between two photos. | ||||||||||
Face Swap | 400 | 2 years ago | ||||||||
Face swapping, Image morphing, Image warping. | ||||||||||
Youtube Video Face Swap | 261 | 4 years ago | 1 | mit | Python | |||||
The aim of this project ist to perform a face swap on a youtube video almost automatically. | ||||||||||
Faceswap_pytorch | 165 | 4 years ago | 2 | Python | ||||||
Deep fake ready to train on any 2 pair dataset with higher resolution |
Swap face between two photos for Python 3 with OpenCV and dlib.
python main.py --src imgs/test6.jpg --dst imgs/test7.jpg --out results/output6_7.jpg --correct_color
Source | Destination | Result |
---|---|---|
![]() |
![]() |
![]() |
python main.py --src imgs/test6.jpg --dst imgs/test7.jpg --out results/output6_7_2d.jpg --correct_color --warp_2d
Source | Destination | Result |
---|---|---|
![]() |
![]() |
![]() |
pip install -r requirements.txt
conda install opencv
(If you have conda/anaconda)Note: See requirements.txt for more details.
git clone https://github.com/wuhuikai/FaceSwap.git
python main.py ...
Note: Run python main.py -h for more details.
python main_video.py --src_img imgs/test7.jpg --show --correct_color --save_path {*.avi}
python main_video.py --src_img imgs/test7.jpg --video_path {video_path} --show --correct_color --save_path {*.avi}
From | To |
---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |