This commit is contained in:
chenxuanhong
2021-06-08 14:02:22 +08:00
parent 72d6436f54
commit 88b0935be9
2 changed files with 15 additions and 0 deletions
+15
View File
@@ -1,6 +1,7 @@
# SimSwap: An Efficient Framework For High Fidelity Face Swapping
## Proceedings of the 28th ACM International Conference on Multimedia
**The official repository with Pytorch**
Currently only the test code is available, training scripts are coming soon
[[Conference paper]](https://dl.acm.org/doi/10.1145/3394171.3413630)
@@ -11,8 +12,18 @@ Currently only the test code is available, training scripts are coming soon
![Results1](/doc/img/results1.PNG)
## Video
<img src="./docs/img/video.webp" style="zoom: 20%;" />
[[Baidu Drive link for video]](https://pan.baidu.com/s/1WTS6jm2TY17bYJurw57LUg ) Password: ```b26n```
## Dependencies
- python3.6+
- pytorch1.5+
- torchvision
- opencv
- pillow
- numpy
## Usage
@@ -25,6 +36,10 @@ python test_one_image.py --isTrain false --name people --Arc_path models/BEST_c
--name refers to the checkpoint name.
## Pretrained model
[[Google Drive]](https://dl.acm.org/doi/10.1145/3394171.3413630)
[[Baidu Drive]](https://dl.acm.org/doi/10.1145/3394171.3413630)
## To cite our paper
```
Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 MiB