Spaces:
Runtime error
Runtime error
update README.md
Browse files
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 |
-
|
|
|
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 |
|