Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sczhou committed Jul 21, 2022
1 parent 7af5da4 commit 3be238a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ python inference_codeformer.py --w 0.5 --has_aligned --test_path [input folder]
# For the whole images
# Please set `--upsample_num_times 2` when faces are small and failed detected
python inference_codeformer.py --w 0.7 -upsample_num_times 1 --test_path [input folder]
python inference_codeformer.py --w 0.7 --upsample_num_times 1 --test_path [input folder]
```

NOTE that *w* is in [0, 1]. Generally, smaller *w* tends to produce a higher-quality result, while larger *w* yields a higher-fidelity result.
Expand Down

0 comments on commit 3be238a

Please sign in to comment.