Skip to content

GFPGAN model not found at path ../GFPGAN #104

Description

@smirnov-mv

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions