From c9b722c3d5cc1e6f5d845077b7ca553dd34adb92 Mon Sep 17 00:00:00 2001 From: kanxx030 Date: Thu, 5 Nov 2020 16:10:40 -0600 Subject: [PATCH] updated list with deepfakes and detection stuff --- README.md | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48215ea..03e7e74 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,32 @@ A collection of GAN & Deepfake papers and repositories. ## GANs - Vanilla GAN [paper](https://arxiv.org/abs/1406.2661) * Implementations - * Pytorch + * PyTorch * [https://github.com/eriklindernoren/PyTorch-GAN/tree/master/implementations/gan] * [https://github.com/devnag/pytorch-generative-adversarial-networks] * [https://github.com/shivakanthsujit/GAN-PyTorch] - \ No newline at end of file + * Keras + * [https://github.com/eriklindernoren/Keras-GAN/tree/master/gan] + * [https://github.com/osh/KerasGAN] + * [https://github.com/jason71995/Keras-GAN-Library] + * [https://github.com/Zackory/Keras-MNIST-GAN] + +## Deepfakes +- Faceswap + * Implementations + * Original + * [https://github.com/deepfakes/faceswap#overview] + * Other versions/ wrappers + * [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) + * Implementations + * PyTorch + * [https://github.com/HongguLiu/MesoNet-Pytorch] + * Keras + * [https://github.com/DariusAf/MesoNet] +