This commit is contained in:
Your Name
2019-02-01 15:34:52 +08:00
parent 339dd62305
commit 3e21b0be01

View File

@@ -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*;