mirror of
https://github.com/TencentARC/GFPGAN.git
synced 2026-02-04 08:14:41 +00:00
Output Result Files to only 1 folder #272
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 @multifirez on GitHub (Oct 13, 2022).
Is there a way to only output files from (whole_imgs) to the (restored_imgs) folder, and not (cmp, cropped_faces, restored_faces) I don't need these other image sizes and it just makes the process take longer
@qiufengchuiwoyisan commented on GitHub (Oct 19, 2022):
you can try replace the code like this
------------------------ restore ------------------------
restorer = GFPGANer(
model_path=model_path,
upscale=args.upscale,
arch=arch,
channel_multiplier=channel_multiplier,
bg_upsampler=bg_upsampler)