1
0
mirror of https://github.com/TencentARC/GFPGAN.git synced 2025-05-16 07:10:24 -07:00

Update README.md (#43)

upscale_factor is not a recognized argument.
This commit is contained in:
Muhammad Danish 2021-08-18 05:06:36 +05:00 committed by GitHub
parent 11c3957a8f
commit a75e39e323
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,7 +85,7 @@ wget https://github.com/TencentARC/GFPGAN/releases/download/v0.2.0/GFPGANCleanv1
**Inference!**
```bash
python inference_gfpgan.py --upscale_factor 2 --test_path inputs/whole_imgs --save_root results
python inference_gfpgan.py --upscale 2 --test_path inputs/whole_imgs --save_root results
```
## :european_castle: Model Zoo