sczhou commited on
Commit
3be238a
·
1 Parent(s): 7af5da4

update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -83,7 +83,7 @@ python inference_codeformer.py --w 0.5 --has_aligned --test_path [input folder]
83
 
84
  # For the whole images
85
  # Please set `--upsample_num_times 2` when faces are small and failed detected
86
- python inference_codeformer.py --w 0.7 -upsample_num_times 1 --test_path [input folder]
87
  ```
88
 
89
  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.
 
83
 
84
  # For the whole images
85
  # Please set `--upsample_num_times 2` when faces are small and failed detected
86
+ python inference_codeformer.py --w 0.7 --upsample_num_times 1 --test_path [input folder]
87
  ```
88
 
89
  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.