Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/neuralchen/SimSwap into main
Browse files Browse the repository at this point in the history
  • Loading branch information
NNNNAI committed Jul 1, 2021
2 parents 94f7e9a + fa461b1 commit 1dc5fb7
Show file tree
Hide file tree
Showing 4 changed files with 188 additions and 200 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ dmypy.json
docs/ppt/
checkpoints/
*.tar
*.zip
*.patch
*.zip
*.avi
*.pdf
*.pdf
*.pptx
10 changes: 10 additions & 0 deletions docs/guidance/usage.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
<!--
* @FilePath: \SimSwap\docs\guidance\usage.md
* @Author: AceSix
* @Date: 2021-06-28 10:01:40
* @LastEditors: AceSix
* @LastEditTime: 2021-06-28 10:05:11
* Copyright (C) 2021 SJTU. All rights reserved.
-->

# Usage

###### Before running, please make sure you have installed the environment and downloaded requested files according to the [preparation guidance](./preparation.md).

### Simple face swapping for already face-aligned images
```
python test_one_image.py --isTrain false --name people --Arc_path arcface_model/arcface_checkpoint.tar --pic_a_path crop_224/6.jpg --pic_b_path crop_224/ds.jpg --output_path output/
Expand Down
Binary file added docs/img/logo2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1dc5fb7

Please sign in to comment.