Skip to content

Commit

Permalink
Update usage.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NNNNAI authored Jul 19, 2021
1 parent 1b8f482 commit c42cbf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guidance/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ python test_wholeimage_swapmulti.py --no_simswaplogo --isTrain false --use_mask
```
### About using mask for better result
We provide two methods to paste the face back to the original image after changing the face: Using mask or using bounding box. At present, the effect of using mask is the best. All the above code examples are using mask. If you want to use the bounding box, you only need to remove the --use_mask in the code example.
Difference between using mask and not using mask can be found [here](https://imgsli.com/NjE3ODk).
Difference between using mask and not using mask can be found [here](https://imgsli.com/NjE3OTA).

### Difference between single face swapping and all face swapping are shown below.
<img src="../img/multi_face_comparison.png"/>
Expand Down

0 comments on commit c42cbf1

Please sign in to comment.