|
@@ -1,6 +1,7 @@
|
|
# SimSwap: An Efficient Framework For High Fidelity Face Swapping
|
|
# SimSwap: An Efficient Framework For High Fidelity Face Swapping
|
|
## Proceedings of the 28th ACM International Conference on Multimedia
|
|
## Proceedings of the 28th ACM International Conference on Multimedia
|
|
**The official repository with Pytorch**
|
|
**The official repository with Pytorch**
|
|
|
|
+
|
|
Currently only the test code is available, training scripts are coming soon
|
|
Currently only the test code is available, training scripts are coming soon
|
|
|
|
|
|
[[Conference paper]](https://dl.acm.org/doi/10.1145/3394171.3413630)
|
|
[[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
|
|

|
|

|
|
|
|
|
|
## Video
|
|
## Video
|
|
|
|
+<img src="./docs/img/video.webp" style="zoom: 20%;" />
|
|
|
|
+
|
|
|
|
+[[Baidu Drive link for video]](https://pan.baidu.com/s/1WTS6jm2TY17bYJurw57LUg ) Password: ```b26n```
|
|
|
|
|
|
## Dependencies
|
|
## Dependencies
|
|
|
|
+- python3.6+
|
|
|
|
+- pytorch1.5+
|
|
|
|
+- torchvision
|
|
|
|
+- opencv
|
|
|
|
+- pillow
|
|
|
|
+- numpy
|
|
|
|
+
|
|
|
|
|
|
## Usage
|
|
## 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.
|
|
--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
|
|
## To cite our paper
|
|
```
|
|
```
|