From 3e21b0be013a36a38c44b54ff397fb3f7a42e637 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 1 Feb 2019 15:34:52 +0800 Subject: [PATCH] add --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 76c133a..6be4d14 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # High Resolution Face Swap -**a face swap implementation with much more higher resolution result (128x128)**, this is a promoted and optimized *swap face application* based on GAN tech. our implementation did those changes based on original *deepfakes* implementation: +**A face swap implementation with much more higher resolution result (128x128)**, this is a promoted and optimized *swap face application* based on deepfake tech. our implementation did those changes based on original *deepfakes* implementation: - *deepfakes* only support 64x64 input, we make it **deeper** and can output 128x128 size; - we proposed a new network called *SwapNet, SwapNet128*;