|
|
vor 4 Jahren | |
|---|---|---|
| data | vor 4 Jahren | |
| doc | vor 4 Jahren | |
| models | vor 4 Jahren | |
| options | vor 4 Jahren | |
| util | vor 4 Jahren | |
| .gitattributes | vor 4 Jahren | |
| .gitignore | vor 4 Jahren | |
| LICENSE | vor 4 Jahren | |
| README.md | vor 4 Jahren | |
| test_one_image.py | vor 4 Jahren | |
| train.py | vor 4 Jahren |
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.