environment: windows 10
error description: When i run command python scripts/dream.py --gfpgan, i get this error
* --gfpgan was specified, loading gfpgan...
Error loading GFPGAN:
Traceback (most recent call last):
File "scripts/dream.py", line 89, in main
raise Exception(
Exception: GFPGAN model not found at path ../GFPGAN\experiments/pretrained_models/GFPGANv1.3.pth
Seems like it's wrong path parameters in dream.py.
So i manually write parameters as:
python scripts/dream.py --gfpgan --gfpgan_dir ./GFPGAN --gfpgan_model_path ./experiments/pretrained_models/GFPGANv1.3.pth
environment: windows 10
error description: When i run command
python scripts/dream.py --gfpgan, i get this errorSeems like it's wrong path parameters in dream.py.
So i manually write parameters as:
python scripts/dream.py --gfpgan --gfpgan_dir ./GFPGAN --gfpgan_model_path ./experiments/pretrained_models/GFPGANv1.3.pth