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

update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -82,10 +82,11 @@ You can put the testing images in the `inputs/TestWhole` folder. If you would li
82
  python inference_codeformer.py --w 0.5 --has_aligned --test_path [input folder]
83
 
84
  # For the whole images
85
- python inference_codeformer.py --w 0.7 --test_path [input folder]
 
86
  ```
87
 
88
- 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.
89
 
90
  The results will be saved in the `results` folder.
91
 
 
82
  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.
90
 
91
  The results will be saved in the `results` folder.
92