From 15c213b3f267a845b49a751e8ed7eb5d3b5bb9c1 Mon Sep 17 00:00:00 2001 From: Naiyuan Liu Date: Mon, 19 Jul 2021 12:07:36 +0800 Subject: [PATCH] Update usage.md --- docs/guidance/usage.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/guidance/usage.md b/docs/guidance/usage.md index dbf8397..48c725b 100644 --- a/docs/guidance/usage.md +++ b/docs/guidance/usage.md @@ -10,6 +10,7 @@ # Usage ###### Before running, please make sure you have installed the environment and downloaded requested files according to the [preparation guidance](./preparation.md). +###### The below example command lines are using mask by default. ### Simple face swapping for already face-aligned images ``` @@ -70,7 +71,7 @@ python test_wholeimage_swapspecific.py --isTrain false --use_mask --name people python test_wholeimage_swap_multispecific.py --isTrain false --use_mask --name people --Arc_path arcface_model/arcface_checkpoint.tar --pic_b_path ./demo_file/multi_people.jpg --output_path ./output/ --multisepcific_dir ./demo_file/multispecific ``` ### About watermark of simswap logo -The above example command line is to add the simswap logo as the watermark by default. After our discussion, we have added a hyper parameter to control whether to remove watermark. +The above example command lines are to add the simswap logo as the watermark by default. After our discussion, we have added a hyper parameter to control whether to remove watermark. The usage of removing the watermark is to add an argument: "***--no_simswaplogo***" to the command line, take the command line of "Swap all faces within one image" as an example, the following command line can get the result without watermark: ```