From bba7a5de21b9d4866fa4ce6fa6b02938141b61c9 Mon Sep 17 00:00:00 2001 From: kanxx030 Date: Thu, 5 Nov 2020 16:13:15 -0600 Subject: [PATCH] added reference for faceswap --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 03e7e74..553911c 100644 --- a/README.md +++ b/README.md @@ -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]