설명 없음

chenxuanhong 01a8d6d0a6 init 4 년 전
data 01a8d6d0a6 init 4 년 전
doc 01a8d6d0a6 init 4 년 전
models 01a8d6d0a6 init 4 년 전
options 01a8d6d0a6 init 4 년 전
util 01a8d6d0a6 init 4 년 전
.gitattributes a0dab0c7b1 Initial commit 4 년 전
.gitignore 01a8d6d0a6 init 4 년 전
LICENSE a0dab0c7b1 Initial commit 4 년 전
README.md 01a8d6d0a6 init 4 년 전
test_one_image.py 01a8d6d0a6 init 4 년 전
train.py 01a8d6d0a6 init 4 년 전

README.md

SimSwap: An Efficient Framework For High Fidelity Face Swapping

Proceedings of the 28th ACM International Conference on Multimedia

The official repository with Pytorch

[Conference paper]

Results1 Results2

Use python3.5, pytorch1.3.0

Use this command to test the face swapping between two images:

python test_one_image.py --isTrain false --name people --Arc_path models/BEST_checkpoint.tar --pic_a_path crop_224/mars.jpg --pic_b_path crop_224/ds.jpg --output_path output/

--name refers to the checkpoint name.