Deepfakes_Faceswap using pytorch JUST FOR STUDY AND RESEARCH
This is pytorch version compared with https://github.com/joshua-wu/deepfakes_faceswap which using Keras.
https://pan.baidu.com/s/197RIMB_Po96RZNFzV-wqjA PW : z4wa
Python == 3.6
pytorch >= 0.4.0
pytorch-1.0 is supported. You need a modern GPU and CUDA support for better performance.
python train.py
for simple run
if you don't use trained model,only after about 1000 epoch can you see the result and after 10000 epoch the result is the same with the above picture.
ps : The Pytorch trains a little faster than Keras using tf backend.