added reference for faceswap

This commit is contained in:
kanxx030
2020-11-05 16:13:15 -06:00
parent c9b722c3d5
commit bba7a5de21
+4 -3
View File
@@ -3,7 +3,7 @@
A collection of GAN & Deepfake papers and repositories.
## GANs
- Vanilla GAN [paper](https://arxiv.org/abs/1406.2661)
- Vanilla GAN ([paper])(https://arxiv.org/abs/1406.2661)
* Implementations
* PyTorch
* [https://github.com/eriklindernoren/PyTorch-GAN/tree/master/implementations/gan]
@@ -16,18 +16,19 @@ A collection of GAN & Deepfake papers and repositories.
* [https://github.com/Zackory/Keras-MNIST-GAN]
## Deepfakes
- Faceswap
- Faceswap ([paper])[https://arxiv.org/pdf/2005.05535v4.pdf]
* Implementations
* Original
* [https://github.com/deepfakes/faceswap#overview]
* Other versions/ wrappers
* [https://github.com/iperov/DeepFaceLab]
* [https://github.com/wuhuikai/FaceSwap]
* [https://github.com/shaoanlu/faceswap-GAN]
* [https://github.com/MarekKowalski/FaceSwap]
* [https://github.com/joshua-wu/deepfakes_faceswap]
## Deepfake Detection
- MesoNet [paper](https://arxiv.org/abs/1809.00888)
- MesoNet ([paper])(https://arxiv.org/abs/1809.00888)
* Implementations
* PyTorch
* [https://github.com/HongguLiu/MesoNet-Pytorch]