From c42cbf1b3875a1453f0c2e809b9773aa5e93d9aa Mon Sep 17 00:00:00 2001 From: Naiyuan Liu Date: Mon, 19 Jul 2021 11:50:48 +0800 Subject: [PATCH] Update usage.md --- docs/guidance/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guidance/usage.md b/docs/guidance/usage.md index 211d533..dbf8397 100644 --- a/docs/guidance/usage.md +++ b/docs/guidance/usage.md @@ -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.