diff --git a/README.md b/README.md index 665c80f..a19e627 100644 --- a/README.md +++ b/README.md @@ -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 + + +[[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 ``` diff --git a/doc/img/video.webp b/doc/img/video.webp new file mode 100644 index 0000000..300fa1d Binary files /dev/null and b/doc/img/video.webp differ