mirror of
https://github.com/TencentARC/GFPGAN.git
synced 2026-02-04 08:14:41 +00:00
inference_gfpgan.py. Use os.sep to search for pathes #226
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Micha10 on GitHub (Aug 9, 2022).
If you are running under Windows, the code in line 49 will not work.
if args.input.endswith('/'):Please use os.sep. Under Windows it will return '\'. with linux it will return '/'