fixing formatting

This commit is contained in:
kanxx030
2020-11-05 16:14:06 -06:00
parent bba7a5de21
commit a4d14fcb06
+3 -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,7 +16,7 @@ A collection of GAN & Deepfake papers and repositories.
* [https://github.com/Zackory/Keras-MNIST-GAN]
## Deepfakes
- Faceswap ([paper])[https://arxiv.org/pdf/2005.05535v4.pdf]
- Faceswap [(paper)][https://arxiv.org/pdf/2005.05535v4.pdf]
* Implementations
* Original
* [https://github.com/deepfakes/faceswap#overview]
@@ -28,7 +28,7 @@ A collection of GAN & Deepfake papers and repositories.
* [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]