added gan-based face-swapping

This commit is contained in:
kanxx030
2020-11-05 23:57:29 -06:00
parent f116e964c5
commit 9202899fbc
+5 -2
View File
@@ -46,12 +46,15 @@ A curated list of GAN & Deepfake papers and repositories.
## Deepfakes
### Face-swapping
### CNN-based Face-swapping
+ Fast Face-swap Using Convolutional Neural Networks, [[paper]](https://arxiv.org/abs/1611.09577), [[github]](https://github.com/deepfakes/faceswap#overview)
+ DeepFaceLab: A simple, flexible and extensible face
swapping framework, [[paper]](https://arxiv.org/pdf/2005.05535v4.pdf), [[github]](https://github.com/iperov/DeepFaceLab)
### GAN-based Face-swapping
+ Fewshot Face Translation GAN, [[github]](https://github.com/shaoanlu/fewshot-face-translation-GAN)
+ Faceswap-GAN, [[github]](https://github.com/shaoanlu/faceswap-GAN)
## Deepfake Detection
### CNN-based methods