|
4 yıl önce | |
---|---|---|
data | 4 yıl önce | |
doc | 4 yıl önce | |
models | 4 yıl önce | |
options | 4 yıl önce | |
util | 4 yıl önce | |
.gitattributes | 4 yıl önce | |
.gitignore | 4 yıl önce | |
LICENSE | 4 yıl önce | |
README.md | 4 yıl önce | |
test_one_image.py | 4 yıl önce | |
train.py | 4 yıl önce |
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.