Update readme, fix defaults for case-sensitive fs's

This commit is contained in:
Sean McLellan
2022-08-25 23:31:08 -04:00
parent dbb9132f4d
commit 60ed004328
2 changed files with 13 additions and 3 deletions

View File

@ -333,7 +333,7 @@ def create_argv_parser():
help="indicates the path to the GFPGAN model, relative to --gfpgan_dir. Only used if --gfpgan is specified")
parser.add_argument("--gfpgan_dir",
type=str,
default='../gfpgan',
default='../GFPGAN',
help="indicates the directory containing the GFPGAN code. Only used if --gfpgan is specified")
return parser