Skip to content

Commit

Permalink
Update usage.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AceSix committed Jun 28, 2021
1 parent 271f611 commit 6ce2cd1
Showing 1 changed file with 10 additions and 0 deletions.
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:03:49
* 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](docs/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

0 comments on commit 6ce2cd1

Please sign in to comment.